aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WaterLevelChunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WaterLevelChunk.cpp')
-rw-r--r--Minecraft.World/WaterLevelChunk.cpp5
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()
{
}