diff options
Diffstat (limited to 'src/script/lua_api/l_localplayer.h')
-rw-r--r-- | src/script/lua_api/l_localplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h index 01de2ed4e..13d45a7cb 100644 --- a/src/script/lua_api/l_localplayer.h +++ b/src/script/lua_api/l_localplayer.h @@ -59,6 +59,7 @@ private: static int l_get_breath(lua_State *L); static int l_get_pos(lua_State *L); + static int l_set_pos(lua_State *L); static int l_get_movement_acceleration(lua_State *L); |