diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-24 11:16:09 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-24 11:16:09 +0200 |
commit | 90e0656c7562fc1761fefc023df56078732da3c0 (patch) | |
tree | 9595db614f319071e7b0fe5345eb3c0e7f9171bf /source/ManualBindings.cpp | |
parent | Refactored cInventory to use cItemGrid for the actual Storage (diff) | |
download | cuberite-90e0656c7562fc1761fefc023df56078732da3c0.tar cuberite-90e0656c7562fc1761fefc023df56078732da3c0.tar.gz cuberite-90e0656c7562fc1761fefc023df56078732da3c0.tar.bz2 cuberite-90e0656c7562fc1761fefc023df56078732da3c0.tar.lz cuberite-90e0656c7562fc1761fefc023df56078732da3c0.tar.xz cuberite-90e0656c7562fc1761fefc023df56078732da3c0.tar.zst cuberite-90e0656c7562fc1761fefc023df56078732da3c0.zip |
Diffstat (limited to '')
-rw-r--r-- | source/ManualBindings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ManualBindings.cpp b/source/ManualBindings.cpp index 1c14f6fce..659edf23f 100644 --- a/source/ManualBindings.cpp +++ b/source/ManualBindings.cpp @@ -1127,7 +1127,7 @@ static int Lua_ItemGrid_GetSlotCoords(lua_State * L) } tolua_lerror: - tolua_error(L, "#ferror in function 'FindKey'.", &tolua_err); + tolua_error(L, "#ferror in function 'cItemGrid:GetSlotCoords'.", &tolua_err); return 0; } |