Moves TgsInitializationsComplete call to immediately after world/New() (#39771)

* Moves TgsInitializationsComplete call to immediately after world/New()

* Subsystem PreInit data directory audit

* world/New data directory audit

* Needful here too

* Remove SS_NO_INIT from SStitle

* Don't create banlist.bdb for SQL banning

* Stop creating legacy notes file

* Moves iconCache from data to tmp
This commit is contained in:
Jordan Brown
2018-09-15 05:34:14 -04:00
committed by oranges
parent a8f0c95a9c
commit bd7c22dda9
9 changed files with 23 additions and 10 deletions

View File

@@ -554,6 +554,9 @@
#define NOTESFILE "data/player_notes.sav"
//if the AUTOCONVERT_NOTES is turned on, anytime a player connects this will be run to try and add all their notes to the databas
/proc/convert_notes_sql(ckey)
if(!fexists(NOTESFILE))
return
var/savefile/notesfile = new(NOTESFILE)
if(!notesfile)
log_game("Error: Cannot access [NOTESFILE]")