Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 12:30:06 +01:00
SPIGOT-6053: World#setHardcore() cannot be set to false
Dieser Commit ist enthalten in:
Ursprung
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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren