summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-21 21:38:21 +0200
committerMattes D <github@xoft.cz>2014-08-21 21:38:21 +0200
commitc22261252f98e3bb5f0f319c610ad6990b6e199f (patch)
tree0c7ab81475b0c9833fd0517548f447bcb7c714e7
parentFixed a compile-time warning in MSVC. (diff)
downloadcuberite-c22261252f98e3bb5f0f319c610ad6990b6e199f.tar
cuberite-c22261252f98e3bb5f0f319c610ad6990b6e199f.tar.gz
cuberite-c22261252f98e3bb5f0f319c610ad6990b6e199f.tar.bz2
cuberite-c22261252f98e3bb5f0f319c610ad6990b6e199f.tar.lz
cuberite-c22261252f98e3bb5f0f319c610ad6990b6e199f.tar.xz
cuberite-c22261252f98e3bb5f0f319c610ad6990b6e199f.tar.zst
cuberite-c22261252f98e3bb5f0f319c610ad6990b6e199f.zip
-rw-r--r--src/Bindings/gen_LuaState_Call.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/gen_LuaState_Call.lua b/src/Bindings/gen_LuaState_Call.lua
index c1d1af771..13ef8b882 100644
--- a/src/Bindings/gen_LuaState_Call.lua
+++ b/src/Bindings/gen_LuaState_Call.lua
@@ -54,9 +54,9 @@ local Combinations =
{9, 2},
-- Special combinations:
+ {5, 5},
{7, 3},
{8, 3},
- {5, 5},
{9, 5},
}