Version 2.2 - retro layout + bug fixes

This commit is contained in:
OTCv8
2020-03-31 21:34:09 +02:00
parent 1df9b82846
commit 6b39f061ae
189 changed files with 3384 additions and 4603 deletions

View File

@@ -136,7 +136,10 @@ function sendStats()
lua_mem_usage = gcinfo(),
os_name = g_platform.getOSName(),
platform = g_window.getPlatformType(),
uptime = g_clock.seconds()
uptime = g_clock.seconds(),
layout = g_resources.getLayout(),
packets = g_game.getRecivedPacketsCount(),
packets_size = g_game.getRecivedPacketsSize()
}
}
if g_proxy then