Allow scripts to get the client protocol version in non-debug builds. (#5649)
This commit is contained in:
@@ -74,7 +74,7 @@ class ModApiServer : public ModApiBase
|
||||
// get_player_ip()
|
||||
static int l_get_player_ip(lua_State *L);
|
||||
|
||||
// get_player_information()
|
||||
// get_player_information(name)
|
||||
static int l_get_player_information(lua_State *L);
|
||||
|
||||
// get_ban_list()
|
||||
|
||||
Reference in New Issue
Block a user