mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00:00
Extend check for lingering clinets
This commit is contained in:
parent
957ebf7368
commit
9ce9d7f433
4 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue