diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 2f6dd0f03..7a467cce7 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -721,7 +721,7 @@ function script clientupdater { // Non Permament Level Boost if (#ADD_TMP_LVL) { // Grant the level - if (numdate() <= 20200216) { + if (numdate() <= 20200216 && !#SAVED_LVL) { #SAVED_LVL=BaseLevel; BaseLevel=#ADD_TMP_LVL; dispbottom l("Level set from %d to %d", #SAVED_LVL, BaseLevel); |