summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-15 20:52:25 +0200
committermadmaxoft <github@xoft.cz>2013-09-15 20:52:25 +0200
commitb34e92571a69a212ffa37634e8112d8831fde934 (patch)
tree61a30da2ad342f44840c07ff93bcf4c31df4239d
parentMerge branch 'pickups' of git://github.com/tigerw/MCServer into tigerw-pickups (diff)
downloadcuberite-b34e92571a69a212ffa37634e8112d8831fde934.tar
cuberite-b34e92571a69a212ffa37634e8112d8831fde934.tar.gz
cuberite-b34e92571a69a212ffa37634e8112d8831fde934.tar.bz2
cuberite-b34e92571a69a212ffa37634e8112d8831fde934.tar.lz
cuberite-b34e92571a69a212ffa37634e8112d8831fde934.tar.xz
cuberite-b34e92571a69a212ffa37634e8112d8831fde934.tar.zst
cuberite-b34e92571a69a212ffa37634e8112d8831fde934.zip
-rw-r--r--source/Bindings.cpp4
-rw-r--r--source/Bindings.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp
index c0e4f9911..47132fe24 100644
--- a/source/Bindings.cpp
+++ b/source/Bindings.cpp
@@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 09/15/13 20:27:51.
+** Generated automatically by tolua++-1.0.92 on 09/15/13 20:52:09.
*/
#ifndef __cplusplus
@@ -28983,7 +28983,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S)
tolua_constant(tolua_S,"E_BLOCK_NETHER_QUARTZ_ORE",E_BLOCK_NETHER_QUARTZ_ORE);
tolua_constant(tolua_S,"E_BLOCK_HOPPER",E_BLOCK_HOPPER);
tolua_constant(tolua_S,"E_BLOCK_QUARTZ_BLOCK",E_BLOCK_QUARTZ_BLOCK);
- tolua_constant(tolua_S,"E_BLOCK_QUARTZ_STAIR",E_BLOCK_QUARTZ_STAIR);
+ tolua_constant(tolua_S,"E_BLOCK_QUARTZ_STAIRS",E_BLOCK_QUARTZ_STAIRS);
tolua_constant(tolua_S,"E_BLOCK_ACTIVATOR_RAIL",E_BLOCK_ACTIVATOR_RAIL);
tolua_constant(tolua_S,"E_BLOCK_DROPPER",E_BLOCK_DROPPER);
tolua_constant(tolua_S,"E_BLOCK_STAINED_CLAY",E_BLOCK_STAINED_CLAY);
diff --git a/source/Bindings.h b/source/Bindings.h
index 8dc9f5d4d..eed3e7342 100644
--- a/source/Bindings.h
+++ b/source/Bindings.h
@@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 09/15/13 20:27:51.
+** Generated automatically by tolua++-1.0.92 on 09/15/13 20:52:10.
*/
/* Exported function */