fixes some missing arguments and runtimes

This commit is contained in:
Coul
2019-09-16 16:18:16 -04:00
parent 09629c6933
commit d89d4dbc38
20 changed files with 96 additions and 141 deletions
+1 -1
View File
@@ -220,7 +220,7 @@
to_chat(src, "<span class='danger'>Error: Private-Message: You are unable to use PM-s (muted).</span>")
return
var/msg = clean_input("Message:", "Private message to admins on IRC / 400 character limit", , src) as text|null
var/msg = clean_input("Message:", "Private message to admins on IRC / 400 character limit", , src)
if(!msg)
return