Fix compile warning

This commit is contained in:
Kyle Spier-Swenson
2017-08-14 00:58:15 -07:00
committed by GitHub
parent ff6219811b
commit 2faec70007
+1 -1
View File
@@ -145,7 +145,7 @@
var/reason = ""
if(requestonly)
reason = stripped_input("Reason:", name, "") as text|null
reason = stripped_input("Reason:", name, "")
if(isnull(reason) || ..())
return