diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-06 08:15:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-06 08:15:14 -0300 |
commit | f0e4fdd84d7a3d71217d42ebb483d9ae7f6e7db1 (patch) | |
tree | e8ee641581f76bedfafb34491ea1b7d9807eae5f /npc/commands/titulate.txt | |
parent | dcde90dd4a4f9d8166dbdab050a0a8e3b8ff2c8e (diff) | |
download | serverdata-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/titulate.txt')
-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; |