1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-22 04:15:44 +02:00

Update l_object.cpp

This commit is contained in:
Foghrye4
2016-04-04 22:22:04 +04:00
parent 601ce77591
commit aa61c4b5a3

View File

@@ -1828,7 +1828,6 @@ const luaL_reg ObjectRef::methods[] = {
luamethod(ObjectRef, get_local_animation),
luamethod(ObjectRef, set_eye_offset),
luamethod(ObjectRef, get_eye_offset),
luamethod(ObjectRef, get_eye_offset),
luamethod(ObjectRef, add_item),
{0,0}
};