summaryrefslogtreecommitdiffstats
path: root/source/World.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-16 10:15:25 +0200
committermadmaxoft <github@xoft.cz>2013-09-16 10:15:25 +0200
commit79851476d21eacd5280f20c6dd4d7eddf028afa5 (patch)
treef7c6faf3063664789f4856992533f3d90f072075 /source/World.h
parentcWorld:QueueTickBlock takes the delay in ticks. (diff)
downloadcuberite-79851476d21eacd5280f20c6dd4d7eddf028afa5.tar
cuberite-79851476d21eacd5280f20c6dd4d7eddf028afa5.tar.gz
cuberite-79851476d21eacd5280f20c6dd4d7eddf028afa5.tar.bz2
cuberite-79851476d21eacd5280f20c6dd4d7eddf028afa5.tar.lz
cuberite-79851476d21eacd5280f20c6dd4d7eddf028afa5.tar.xz
cuberite-79851476d21eacd5280f20c6dd4d7eddf028afa5.tar.zst
cuberite-79851476d21eacd5280f20c6dd4d7eddf028afa5.zip
Diffstat (limited to '')
-rw-r--r--source/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/World.h b/source/World.h
index 5381dc614..dd856fc72 100644
--- a/source/World.h
+++ b/source/World.h
@@ -502,7 +502,7 @@ public:
}
/// Saves all chunks immediately. Dangerous interface, may deadlock, use QueueSaveAllChunks() instead
- void SaveAllChunks(void); // tolua_export
+ void SaveAllChunks(void);
/// Queues a task to save all chunks onto the tick thread. The prefferred way of saving chunks from external sources
void QueueSaveAllChunks(void); // tolua_export