summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-06 08:15:14 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-06 08:15:14 -0300
commitf0e4fdd84d7a3d71217d42ebb483d9ae7f6e7db1 (patch)
treee8ee641581f76bedfafb34491ea1b7d9807eae5f /npc/commands
parentdcde90dd4a4f9d8166dbdab050a0a8e3b8ff2c8e (diff)
downloadserverdata-f0e4fdd84d7a3d71217d42ebb483d9ae7f6e7db1.tar.gz
serverdata-f0e4fdd84d7a3d71217d42ebb483d9ae7f6e7db1.tar.bz2
serverdata-f0e4fdd84d7a3d71217d42ebb483d9ae7f6e7db1.tar.xz
serverdata-f0e4fdd84d7a3d71217d42ebb483d9ae7f6e7db1.zip
Stupid setting, error is critical and demands server restart
Diffstat (limited to 'npc/commands')
-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;