diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-14 01:34:47 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-14 01:34:47 +0200 |
commit | 41ba1a7642105ac21b67f4febac3eceef6a39f0a (patch) | |
tree | aec9b8bfcde7f1ad44e2cb28149a41a091f60465 /source/AllToLua.pkg | |
parent | Better split of the fluid simulator functionality; removed the old LavaSimulator and WaterSimulator files. (diff) | |
download | cuberite-41ba1a7642105ac21b67f4febac3eceef6a39f0a.tar cuberite-41ba1a7642105ac21b67f4febac3eceef6a39f0a.tar.gz cuberite-41ba1a7642105ac21b67f4febac3eceef6a39f0a.tar.bz2 cuberite-41ba1a7642105ac21b67f4febac3eceef6a39f0a.tar.lz cuberite-41ba1a7642105ac21b67f4febac3eceef6a39f0a.tar.xz cuberite-41ba1a7642105ac21b67f4febac3eceef6a39f0a.tar.zst cuberite-41ba1a7642105ac21b67f4febac3eceef6a39f0a.zip |
Diffstat (limited to '')
-rw-r--r-- | source/AllToLua.pkg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index 2f971c2a8..0913de9a2 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -24,7 +24,6 @@ $cfile "Player.h" $cfile "PluginManager.h" $cfile "Plugin.h" $cfile "Plugin_NewLua.h" -$cfile "Plugin_Lua.h" $cfile "Server.h" $cfile "World.h" $cfile "Inventory.h" |