summaryrefslogtreecommitdiff
path: root/npc/commands/titulate.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/titulate.txt')
-rw-r--r--npc/commands/titulate.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt
index 6ec8d6e26..c7fa9304a 100644
--- a/npc/commands/titulate.txt
+++ b/npc/commands/titulate.txt
@@ -117,6 +117,8 @@ OnCassate:
mes ("To revoke someone's title and optionally apply a ban on them.");
mes ("Please insert the nickname of person to cassate (they must be online)");
input .@request$;
+ if (.@request$ == "")
+ close;
mes ("Ban them from the Magic Academy as well?");
.@ban=(askyesno() == ASK_YES);
next;