mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-23 17:37:45 +01:00
SPIGOT-6053: World#setHardcore() cannot be set to false
This commit is contained in:
parent
f6227934a3
commit
c3184f875d
@ -1921,7 +1921,7 @@ public class CraftWorld implements World {
|
||||
|
||||
@Override
|
||||
public void setHardcore(boolean hardcore) {
|
||||
world.worldDataServer.b.hardcore = true;
|
||||
world.worldDataServer.b.hardcore = hardcore;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user