1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-05 18:41:05 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -33,6 +33,9 @@ private:
// 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);