diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-02 15:34:59 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-02 15:34:59 +0200 |
commit | 9db307bb53677f1c3eaf34b03b77360b893a6482 (patch) | |
tree | 5bc35cca33b0798a9689579fbbc9f19ebfaa2f0f /source/AllToLua.pkg | |
parent | Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;) (diff) | |
download | cuberite-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.pkg | 3 |
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 |