summaryrefslogtreecommitdiffstats
path: root/source/AllToLua.pkg
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-02 15:34:59 +0200
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-02 15:34:59 +0200
commit9db307bb53677f1c3eaf34b03b77360b893a6482 (patch)
tree5bc35cca33b0798a9689579fbbc9f19ebfaa2f0f /source/AllToLua.pkg
parentNext iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;) (diff)
downloadcuberite-9db307bb53677f1c3eaf34b03b77360b893a6482.tar
cuberite-9db307bb53677f1c3eaf34b03b77360b893a6482.tar.gz
cuberite-9db307bb53677f1c3eaf34b03b77360b893a6482.tar.bz2
cuberite-9db307bb53677f1c3eaf34b03b77360b893a6482.tar.lz
cuberite-9db307bb53677f1c3eaf34b03b77360b893a6482.tar.xz
cuberite-9db307bb53677f1c3eaf34b03b77360b893a6482.tar.zst
cuberite-9db307bb53677f1c3eaf34b03b77360b893a6482.zip
Diffstat (limited to '')
-rw-r--r--source/AllToLua.pkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg
index 71d9cecb5..83f3a952c 100644
--- a/source/AllToLua.pkg
+++ b/source/AllToLua.pkg
@@ -29,6 +29,7 @@ $cfile "cServer.h"
$cfile "cWorld.h"
$cfile "cInventory.h"
$cfile "cItem.h"
+$cfile "cChestEntity.h"
$cfile "cWebAdmin.h"
$cfile "cWebPlugin.h"
$cfile "cPickup.h"
@@ -45,4 +46,4 @@ $cfile "cGroup.h"
$cfile "BlockArea.h"
$cfile "cLuaChunk.h"
$cfile "CraftingRecipes.h"
-$cfile "LuaItems.h"
+$cfile "LuaItems.h" \ No newline at end of file