From aa61c4b5a3d0ab05b52e76fc71daee672ed6b58d Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Mon, 4 Apr 2016 22:22:04 +0400 Subject: [PATCH] Update l_object.cpp --- src/script/lua_api/l_object.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/script/lua_api/l_object.cpp b/src/script/lua_api/l_object.cpp index aec48cc18..0672b5a4f 100644 --- a/src/script/lua_api/l_object.cpp +++ b/src/script/lua_api/l_object.cpp @@ -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} };