diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-29 09:32:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-29 09:32:37 -0300 |
commit | 6409a5d6be5cc70ee4d5ad170b1a8a8dfd775508 (patch) | |
tree | 941b34265969d19a993ff89d414e0922688dd214 /npc/003-3/malindou.txt | |
parent | 58bd79e5404433c51f6ac5f6949b2dc33551d075 (diff) | |
download | serverdata-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.txt | 5 |
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(); |