aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ChunkSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ChunkSource.h')
-rw-r--r--Minecraft.World/ChunkSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ChunkSource.h b/Minecraft.World/ChunkSource.h
index 37b0ecc3..c537651c 100644
--- a/Minecraft.World/ChunkSource.h
+++ b/Minecraft.World/ChunkSource.h
@@ -73,7 +73,7 @@ public:
virtual bool tick() = 0;
virtual bool shouldSave() = 0;
- virtual LevelChunk **getCache() { return nullptr; } // 4J added
+ virtual LevelChunk **getCache() { return NULL; } // 4J added
virtual void dataReceived(int x, int z) {} // 4J added
/**