Fix shuttle call sanitization

This commit is contained in:
Markolie
2015-08-17 21:20:00 +02:00
parent dc76ff1ae5
commit c91e698e24
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ var/list/ai_verbs_default = list(
if(check_unable(AI_CHECK_WIRELESS))
return
var/input = stripped_input(usr, "Please enter the reason for calling the shuttle.", "Shuttle Call Reason.","") as text|null
var/input = input(usr, "Please enter the reason for calling the shuttle.", "Shuttle Call Reason.","") as text|null
if(!input || stat)
return