mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
bringing back a simpler version of time dilation
This commit is contained in:
@@ -540,6 +540,7 @@
|
||||
sList = list()
|
||||
if (client)
|
||||
sList += "Ping: [round(client.lastping, 1)]ms (Average: [round(client.avgping, 1)]ms)"
|
||||
sList += "Time Dilation: [round(SStime_track.time_dilation_current,1)]%"
|
||||
sList += "Map: [SSmapping.config?.map_name || "Loading..."]"
|
||||
sList += "Round ID: [GLOB.round_id || "NULL"]"
|
||||
sList += "Server Time: [time2text(world.timeofday, "YYYY-MM-DD hh:mm:ss")]"
|
||||
|
||||
Reference in New Issue
Block a user