diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 22b109d9905..809cd936df1 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -401,7 +401,7 @@ if(!winexists(src, "asset_cache_browser")) // The client is using a custom skin, tell them. to_chat(src, "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.") - if (SSinput.initialized) + if(SSinput.initialized) spawn(30) // without this input won't work on first connect set_macros()