mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Update client procs.dm
This commit is contained in:
@@ -401,7 +401,7 @@
|
||||
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)
|
||||
if(SSinput.initialized)
|
||||
spawn(30) // without this input won't work on first connect
|
||||
set_macros()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user