Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-20 05:20:07 +01:00
SPIGOT-2957 getSeaLevel() should return the real sea level, not a hard-coded value
Dieser Commit ist enthalten in:
Ursprung
0fb3f8b47a
Commit
1c7dfaebef
@ -1226,7 +1226,7 @@ public class CraftWorld implements World {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getSeaLevel() {
|
public int getSeaLevel() {
|
||||||
return 64;
|
return world.K(); // PAIL: rename
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getKeepSpawnInMemory() {
|
public boolean getKeepSpawnInMemory() {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren