Add get_server_max_lag() (#11671)

This commit is contained in:
Wuzzy
2021-10-05 12:35:55 +00:00
committed by GitHub
parent d7e7ade0f6
commit 4fca601e0c
3 changed files with 17 additions and 0 deletions

View File

@@ -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);