mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-09-18 21:54:50 +00:00
SPIGOT-6053: World#setHardcore() cannot be set to false
This commit is contained in:
parent
f6227934a3
commit
c3184f875d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue