diff options
author | madmaxoft <github@xoft.cz> | 2014-02-08 21:55:21 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-08 21:55:21 +0100 |
commit | ea71bfa9b645cda80b7d4364c675ebaee8db8353 (patch) | |
tree | 8db9fc2cd467e32bebd2aae4aaac2208fee60c2f /src/World.h | |
parent | Merge pull request #653 from mc-server/RedstoneSimulator (diff) | |
download | cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.gz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.bz2 cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.lz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.xz cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.tar.zst cuberite-ea71bfa9b645cda80b7d4364c675ebaee8db8353.zip |
Diffstat (limited to 'src/World.h')
-rw-r--r-- | src/World.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/World.h b/src/World.h index d436e7adf..b82bdc67c 100644 --- a/src/World.h +++ b/src/World.h @@ -308,9 +308,6 @@ public: /** Sets the command block command. Returns true if command changed. */ bool SetCommandBlockCommand(int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Command); // tolua_export - /** Marks (a_Stay == true) or unmarks (a_Stay == false) chunks as non-unloadable. To be used only by cChunkStay! */ - void ChunksStay(const cChunkCoordsList & a_Chunks, bool a_Stay = true); - /** Regenerate the given chunk: */ void RegenerateChunk(int a_ChunkX, int a_ChunkZ); // tolua_export |