diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index e5483a906..0651279cd 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -71,9 +71,13 @@ OnGM: if (!debug) { if (!validatepin()) close; + } else { + mes ""; + mes "This is a Test Server, verification mode in AUTO."; } .@auth=true; // NOTE: Pihro and Pyndragon do not have player chars + // FIXME: Use account ID over char name (multi-server stable) if (strcharinfo(0) == "Jesusalva") { setgroupid(99); } else if (strcharinfo(0) == "Saulc") { |