[S] Fixes a fairly huge vector for server crashes

This commit is contained in:
deathride58
2019-05-13 21:49:33 -04:00
parent 8200e09fa2
commit 06ea7de46b
3 changed files with 29 additions and 1 deletions
+6
View File
@@ -21,6 +21,12 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/last_ip
var/last_id
//Cooldowns for saving/loading. These are four are all separate due to loading code calling these one after another
var/saveprefcooldown
var/loadprefcooldown
var/savecharcooldown
var/loadcharcooldown
//game-preferences
var/lastchangelog = "" //Saved changlog filesize to detect if there was a change
var/ooccolor = null