mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #12326 from Couls/missing-keyword-args
fixes some missing arguments and runtimes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user