diff options
-rw-r--r-- | npc/commands/titulate.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt index c286297f1..4e9358e0f 100644 --- a/npc/commands/titulate.txt +++ b/npc/commands/titulate.txt @@ -138,10 +138,10 @@ OnCassate: attachrid(.@ori); // Inform everyone kamibroadcast(sprintf("%s (A.GM) has stripped %s from their academic titles.", - strcharinfo(0), .@request$); + strcharinfo(0), .@request$)); // Log in a special log file as well logmes(sprintf("%s (Grandmaster) has stripped %s from their academic titles.", - strcharinfo(0), .@request$); + strcharinfo(0), .@request$)); close; |