summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-29 02:16:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-29 02:16:06 -0300
commit0aada950b4f46623f262179890ebccb1a8cabe83 (patch)
tree3674a4734ef838c3e18140f173853d3cc755281b /npc/functions/clientversion.txt
parent0270aaf7e06c1db53f05f2302ad9f8fc6901dd54 (diff)
downloadserverdata-0aada950b4f46623f262179890ebccb1a8cabe83.tar.gz
serverdata-0aada950b4f46623f262179890ebccb1a8cabe83.tar.bz2
serverdata-0aada950b4f46623f262179890ebccb1a8cabe83.tar.xz
serverdata-0aada950b4f46623f262179890ebccb1a8cabe83.zip
Well, not so tiny.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 7a467cce7..e119d102f 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -739,13 +739,13 @@ function script clientupdater {
mesc l("Be careful during night, use \"@tutorial\" in case of doubt, use \"%s\" to go to the event, and good luck!", b("@toevent")), 3;
next;
// Restore the level
- } else if (#SAVED_LVL) {
+ } else if (numdate() > 20200216 && #SAVED_LVL) {
dispbottom l("Level reset from %d to %d", BaseLevel, #SAVED_LVL);
BaseLevel=#SAVED_LVL;
#SAVED_LVL=0;
#ADD_TMP_LVL=0;
// Player too late for event!
- } else {
+ } else if (numdate() > 20200216) {
dispbottom l("This event has already ended.");
#ADD_TMP_LVL=0;
}