summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-01-25 19:13:54 +0100
committerTycho <work.tycho+git@gmail.com>2014-01-25 19:13:54 +0100
commit2a18feb0159da6288efab79e39550b3c31bb71c1 (patch)
tree7f614fc3f73083099777d0bc50ec86695175b07e
parentFixed exports (diff)
downloadcuberite-2a18feb0159da6288efab79e39550b3c31bb71c1.tar
cuberite-2a18feb0159da6288efab79e39550b3c31bb71c1.tar.gz
cuberite-2a18feb0159da6288efab79e39550b3c31bb71c1.tar.bz2
cuberite-2a18feb0159da6288efab79e39550b3c31bb71c1.tar.lz
cuberite-2a18feb0159da6288efab79e39550b3c31bb71c1.tar.xz
cuberite-2a18feb0159da6288efab79e39550b3c31bb71c1.tar.zst
cuberite-2a18feb0159da6288efab79e39550b3c31bb71c1.zip
-rw-r--r--src/Bindings/ManualBindings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bindings/ManualBindings.cpp b/src/Bindings/ManualBindings.cpp
index 4e92da5ae..e7c66c6fb 100644
--- a/src/Bindings/ManualBindings.cpp
+++ b/src/Bindings/ManualBindings.cpp
@@ -2308,12 +2308,12 @@ void ManualBindings::Bind(lua_State * tolua_S)
tolua_function(tolua_S, "GetFolderContents", tolua_cFile_GetFolderContents);
tolua_endmodule(tolua_S);
- tolua_beginmodule(tolua_S, "cHopperEntity");
+ tolua_beginmodule(tolua_S, "cBlockArea");
tolua_function(tolua_S, "LoadFromSchematicFile", tolua_cBlockArea_LoadFromSchematicFile);
tolua_function(tolua_S, "SaveToSchematicFile", tolua_cBlockArea_SaveToSchematicFile);
tolua_endmodule(tolua_S);
- tolua_beginmodule(tolua_S, "cBlockArea");
+ tolua_beginmodule(tolua_S, "cHopperEntity");
tolua_function(tolua_S, "GetOutputBlockPos", tolua_cHopperEntity_GetOutputBlockPos);
tolua_endmodule(tolua_S);