From 4c28ceb8c0f95bbe00984b8bb7992b2aebe0be33 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 1 Sep 2019 22:21:56 -0300 Subject: Update clientversion bug --- npc/functions/clientversion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index bacbf3863..d04ecd346 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -9,7 +9,7 @@ function script clientupdater { // Skip any update for newcomers - if (getmap() ~= "000-0*") { + if (compare(getmap(), "000-0")) { UPDATE=gettimetick(2); } // If you're in Jail, show a minor message -- cgit v1.2.3-60-g2f50