mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Delays ping tracking upon client connection.
This commit is contained in:
@@ -57,3 +57,6 @@
|
||||
|
||||
var/lastping = 0
|
||||
var/avgping = 0
|
||||
var/connection_time //world.time they connected
|
||||
var/connection_realtime //world.realtime they connected
|
||||
var/connection_timeofday //world.timeofday they connected
|
||||
@@ -155,6 +155,10 @@ var/next_external_rsc = 0
|
||||
|
||||
. = ..() //calls mob.Login()
|
||||
|
||||
connection_time = world.time
|
||||
connection_realtime = world.realtime
|
||||
connection_timeofday = world.timeofday
|
||||
|
||||
if (byond_version < config.client_error_version) //Out of date client.
|
||||
src << "<span class='danger'><b>Your version of byond is too old:</b></span>"
|
||||
src << config.client_error_message
|
||||
|
||||
Reference in New Issue
Block a user