summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index cf2b424db..5069e61ad 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -57,7 +57,7 @@ function script checkclientversion {
next;
}
} while (.@ref$ == "");
- if (ClientVersion >= 24) return;
+ if (ClientVersion >= 24) close;
}
}