1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix issue #1009 (minetest.get_connected_players() returns non-existing players)

This commit is contained in:
kwolekr 2013-11-17 02:57:40 -05:00
parent a55c073ce9
commit 86ef7147b6
3 changed files with 17 additions and 1 deletions

View file

@ -158,6 +158,9 @@ private:
// is_player(self)
static int l_is_player(lua_State *L);
// is_player_connected(self)
static int l_is_player_connected(lua_State *L);
// get_player_name(self)
static int l_get_player_name(lua_State *L);