diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/titulate.txt | 2 |
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; |