diff options
Diffstat (limited to 'Minecraft.World/WaterLevelChunk.cpp')
| -rw-r--r-- | Minecraft.World/WaterLevelChunk.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.World/WaterLevelChunk.cpp b/Minecraft.World/WaterLevelChunk.cpp index b6dbd05d..7727898b 100644 --- a/Minecraft.World/WaterLevelChunk.cpp +++ b/Minecraft.World/WaterLevelChunk.cpp @@ -94,6 +94,11 @@ void WaterLevelChunk::unload(bool unloadTileEntities) // 4J - added parameter { } +bool WaterLevelChunk::containsPlayer() +{ + return false; +} + void WaterLevelChunk::markUnsaved() { } |
