diff options
author | madmaxoft <github@xoft.cz> | 2014-07-04 11:50:50 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-07-04 11:50:50 +0200 |
commit | 632e8680b181477ebf6713a593cc69d0193a425b (patch) | |
tree | e3fdb218e30b6f47c6b398b70d0c305265249844 /src/WorldStorage/WorldStorage.h | |
parent | APIDump: Updated OnWeatherChanging docs after latest code changes. (diff) | |
download | cuberite-632e8680b181477ebf6713a593cc69d0193a425b.tar cuberite-632e8680b181477ebf6713a593cc69d0193a425b.tar.gz cuberite-632e8680b181477ebf6713a593cc69d0193a425b.tar.bz2 cuberite-632e8680b181477ebf6713a593cc69d0193a425b.tar.lz cuberite-632e8680b181477ebf6713a593cc69d0193a425b.tar.xz cuberite-632e8680b181477ebf6713a593cc69d0193a425b.tar.zst cuberite-632e8680b181477ebf6713a593cc69d0193a425b.zip |
Diffstat (limited to 'src/WorldStorage/WorldStorage.h')
-rw-r--r-- | src/WorldStorage/WorldStorage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WorldStorage/WorldStorage.h b/src/WorldStorage/WorldStorage.h index bb189b6c9..1204b4310 100644 --- a/src/WorldStorage/WorldStorage.h +++ b/src/WorldStorage/WorldStorage.h @@ -67,9 +67,6 @@ public: void QueueLoadChunk(int a_ChunkX, int a_ChunkY, int a_ChunkZ, bool a_Generate); // Queues the chunk for loading; if not loaded, the chunk will be generated if a_Generate is true void QueueSaveChunk(int a_ChunkX, int a_ChunkY, int a_ChunkZ); - /// Signals that a message should be output to the console when all the chunks have been saved - void QueueSavedMessage(void); - /// Loads the chunk specified; returns true on success, false on failure bool LoadChunk(int a_ChunkX, int a_ChunkY, int a_ChunkZ); |