-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
git-Spigot-9639cf7-8fb6585
-
Yes
World#setHardcore() will not respect the boolean value that is passed and just sets it to true.
@Override public void setHardcore(boolean hardcore) { world.worldDataServer.b.hardcore = true; }