summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-29 09:32:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-29 09:32:37 -0300
commit6409a5d6be5cc70ee4d5ad170b1a8a8dfd775508 (patch)
tree941b34265969d19a993ff89d414e0922688dd214 /npc/003-3/malindou.txt
parent58bd79e5404433c51f6ac5f6949b2dc33551d075 (diff)
downloadserverdata-6409a5d6be5cc70ee4d5ad170b1a8a8dfd775508.tar.gz
serverdata-6409a5d6be5cc70ee4d5ad170b1a8a8dfd775508.tar.bz2
serverdata-6409a5d6be5cc70ee4d5ad170b1a8a8dfd775508.tar.xz
serverdata-6409a5d6be5cc70ee4d5ad170b1a8a8dfd775508.zip
Update login system and use closeclientdialog()
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 289007dfc..0942e7765 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -413,6 +413,9 @@ OnPCLoginEvent:
#MerchantBank = 0;
}
+ // Cannot login with outdated client
+ checkclientversion();
+
// Message of the Day have priority
MOTDHandler();
@@ -422,7 +425,7 @@ OnPCLoginEvent:
// TODO: npc/commands/rate-management.txt
// Main update handler
- checkclientversion();
+ clientupdater();
// Position and gameplay fixes
HUB_Login();