Merge pull request #12326 from Couls/missing-keyword-args

fixes some missing arguments and runtimes
This commit is contained in:
Fox McCloud
2019-09-17 21:03:11 -04:00
committed by GitHub
19 changed files with 95 additions and 140 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