With Hardcore set to false normal survival is forced
Insane96 opened this issue ยท 1 comments
I want players to be able to choose survival or hardcore but if hardcore = false survival is forced.
This happens due https://github.com/GoryMoon/GlobalGameRules/blob/main/src/main/java/se/gory_moon/globalgamerules/WorldEvents.java#L78 enforcing the defined config hardcore if it's different from the current one. Should be changed to
if (hardcore && info.isHardcore() != hardcore)