From a87805a9445f280ca71da322c4b32cf357744511 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 23 Jun 2020 17:43:47 +0200 Subject: test --- src/script/lua_api/l_localplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/script/lua_api/l_localplayer.h') 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); -- cgit v1.2.3