diff options
-rw-r--r-- | conf/map/logs.conf | 2 | ||||
-rw-r--r-- | npc/commands/titulate.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf index f56db9eee..ad8133f8b 100644 --- a/conf/map/logs.conf +++ b/conf/map/logs.conf @@ -110,7 +110,7 @@ map_log: { log_commands: true // Log NPC 'logmes' commands (Note 1) - log_npc: false + log_npc: true // Logging filters filter: { 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; |