Fixes disconnect timer message

This commit is contained in:
Heroman
2019-04-08 04:13:32 +10:00
parent 4d2bff5b5c
commit 0c69b1b650
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,3 +2,5 @@
var/vantag_hud = 0 // Do I have the HUD enabled?
var/flying = 0 // Allows flight
var/mob/temporary_form // For holding onto a temporary form
var/disconnect_time = null //Time of client loss, set by Logout(), for timekeeping