Merge pull request #7410 from Citadel-Station-13/kevinz000-patch-2

fixes the reason I and a lot of you lock up for more than half a minute when trying to join the server
This commit is contained in:
deathride58
2018-07-28 09:13:34 -04:00
committed by GitHub
+1
View File
@@ -225,6 +225,7 @@ GLOBAL_LIST_EMPTY(asset_datums)
var/res_name = "spritesheet_[name].css"
var/fname = "data/spritesheets/[res_name]"
fdel(fname)
text2file(generate_css(), fname)
register_asset(res_name, file(fname))