mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Extend check for lingering clinets
This commit is contained in:
@@ -261,7 +261,7 @@ int ModApiServer::l_get_player_information(lua_State *L)
|
||||
lua_settable(L, table);
|
||||
|
||||
lua_pushstring(L,"state");
|
||||
lua_pushstring(L, ClientInterface::state2Name(info.state).c_str());
|
||||
lua_pushstring(L, ClientInterface::state2Name(info.state));
|
||||
lua_settable(L, table);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user