Add get_server_max_lag() (#11671)
This commit is contained in:
@@ -33,6 +33,9 @@ class ModApiServer : public ModApiBase
|
||||
// get_server_uptime()
|
||||
static int l_get_server_uptime(lua_State *L);
|
||||
|
||||
// get_server_max_lag()
|
||||
static int l_get_server_max_lag(lua_State *L);
|
||||
|
||||
// get_worldpath()
|
||||
static int l_get_worldpath(lua_State *L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user