Fix testmerge issues

This commit is contained in:
Couls
2019-07-08 11:20:25 -04:00
parent cee64d5c37
commit 4a832c4f61
5 changed files with 6 additions and 129 deletions
+2 -4
View File
@@ -370,6 +370,8 @@
to_chat(src, message)
clientmessages.Remove(ckey)
if(SSinput.initialized)
set_macros()
donator_check()
check_ip_intel()
@@ -405,10 +407,6 @@
if(!winexists(src, "asset_cache_browser")) // The client is using a custom skin, tell them.
to_chat(src, "<span class='warning'>Unable to access asset cache browser, if you are using a custom skin file, please allow DS to download the updated version, if you are not, then make a bug report. This is not a critical issue but can cause issues with resource downloading, as it is impossible to know when extra resources arrived to you.</span>")
if(SSinput.initialized)
spawn(50) // without this input won't work on first connect
set_macros()
//This is down here because of the browse() calls in tooltip/New()
if(!tooltips)
tooltips = new /datum/tooltip(src)