and there too

This commit is contained in:
Tastyfish
2011-12-31 01:51:06 -05:00
parent 2f6fc64353
commit a561862ef0

View File

@@ -10,6 +10,7 @@
var/input = input(usr, "Enter the description of the custom event. Be descriptive. To cancel the event, make this blank or hit cancel.", "Custom Event", custom_event_msg) as message|null
if(!input || input == "")
custom_event_msg = null
log_admin("[usr.key] has cleared the custom event text.")
return
log_admin("[usr.key] has changed the custom event text.")