summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-05-04 21:25:54 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-05-04 21:25:54 +0200
commit213a96e6d6373dc2a015a165d5309c20d460665d (patch)
treefad1c56ad379ced744955ae50e69715c49c40231 /src/World.h
parentFixed ProtoProxy compilation in MSVC2013. (diff)
parentFixed 027efe09ea3d3222c3cbf169643e57773c1614ae (diff)
downloadcuberite-213a96e6d6373dc2a015a165d5309c20d460665d.tar
cuberite-213a96e6d6373dc2a015a165d5309c20d460665d.tar.gz
cuberite-213a96e6d6373dc2a015a165d5309c20d460665d.tar.bz2
cuberite-213a96e6d6373dc2a015a165d5309c20d460665d.tar.lz
cuberite-213a96e6d6373dc2a015a165d5309c20d460665d.tar.xz
cuberite-213a96e6d6373dc2a015a165d5309c20d460665d.tar.zst
cuberite-213a96e6d6373dc2a015a165d5309c20d460665d.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index f789916df..de0a257f9 100644
--- a/src/World.h
+++ b/src/World.h
@@ -351,7 +351,7 @@ public:
/** Is the trapdoor open? Returns false if there is no trapdoor at the specified coords. */
bool IsTrapdoorOpen(int a_BlockX, int a_BlockY, int a_BlockZ); // tolua_export
- /** Set the state of a trapdoor. Returns true if the trapdoor was update, false if there was no trapdoor at those coords. */
+ /** Set the state of a trapdoor. Returns true if the trapdoor was updated, false if there was no trapdoor at those coords. */
bool SetTrapdoorOpen(int a_BlockX, int a_BlockY, int a_BlockZ, bool a_Open); // tolua_export
/** Regenerate the given chunk: */