fixes issue preventing admins from using hotkey mode

This commit is contained in:
MrStonedOne
2014-10-07 15:30:42 -07:00
parent 3eccc3a709
commit a11eacc8b8
+1 -1
View File
@@ -452,7 +452,7 @@ var/list/admin_verbs_hideable = list(
/client/proc/object_say(var/obj/O in world)
set category = "Special Verbs"
set name = "Object Say"
set name = "OSay"
set desc = "Makes an object say something."
var/message = input(usr, "What do you want the message to be?", "Make Sound") as text | null
if(!message)