summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-03-07 11:44:16 +0100
committerHowaner <franzi.moos@googlemail.com>2014-03-07 11:44:16 +0100
commitc2090c0d11313bd67b02c482f1ca80d5c4567d27 (patch)
tree6f636e18ad065a8f6d38585b45bd6d9c640c3450 /src/Bindings/ManualBindings.cpp
parentAdd Flower Pots (diff)
downloadcuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar
cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.gz
cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.bz2
cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.lz
cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.xz
cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.zst
cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.zip
Diffstat (limited to '')
-rw-r--r--src/Bindings/ManualBindings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/ManualBindings.cpp b/src/Bindings/ManualBindings.cpp
index 3570b2c1e..b094da5fc 100644
--- a/src/Bindings/ManualBindings.cpp
+++ b/src/Bindings/ManualBindings.cpp
@@ -2820,7 +2820,7 @@ void ManualBindings::Bind(lua_State * tolua_S)
tolua_function(tolua_S, "DoWithFurnaceAt", tolua_DoWithXYZ<cWorld, cFurnaceEntity, &cWorld::DoWithFurnaceAt>);
tolua_function(tolua_S, "DoWithNoteBlockAt", tolua_DoWithXYZ<cWorld, cNoteEntity, &cWorld::DoWithNoteBlockAt>);
tolua_function(tolua_S, "DoWithCommandBlockAt", tolua_DoWithXYZ<cWorld, cCommandBlockEntity, &cWorld::DoWithCommandBlockAt>);
- tolua_function(tolua_S, "DoWithMobHeadBlockAt", tolua_DoWithXYZ<cWorld, cMobHeadEntity, &cWorld::DoWithMobHeadBlockAt>);
+ tolua_function(tolua_S, "DoWithMobHeadAt", tolua_DoWithXYZ<cWorld, cMobHeadEntity, &cWorld::DoWithMobHeadAt>);
tolua_function(tolua_S, "DoWithFlowerPotAt", tolua_DoWithXYZ<cWorld, cFlowerPotEntity, &cWorld::DoWithFlowerPotAt>);
tolua_function(tolua_S, "DoWithPlayer", tolua_DoWith< cWorld, cPlayer, &cWorld::DoWithPlayer>);
tolua_function(tolua_S, "FindAndDoWithPlayer", tolua_DoWith< cWorld, cPlayer, &cWorld::FindAndDoWithPlayer>);