mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-2957 getSeaLevel() should return the real sea level, not a hard-coded value
By: Ryan Michela <deltahat@gmail.com>
This commit is contained in:
parent
83554f3290
commit
6333307ee3
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ public class CraftWorld implements World {
|
|||
}
|
||||
|
||||
public int getSeaLevel() {
|
||||
return 64;
|
||||
return world.K(); // PAIL: rename
|
||||
}
|
||||
|
||||
public boolean getKeepSpawnInMemory() {
|
||||
|
|
Loading…
Add table
Reference in a new issue