From 18fa76176de34695799390c22b24e70c6bfe4134 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Apr 2020 01:12:45 -0300 Subject: Ensure Karma is NEVER, EVER set to non-zero --- npc/functions/clientversion.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index ab50212dc..004751099 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -903,8 +903,12 @@ function script clientupdater { } // Just be sure your client version is OK -// NOTE: Current master client version is 26 +// NOTE: Current master client version is 26, but M+ 1.9.3.23 is still at 25 function script checkclientversion { + // Destroy Karma, regardless of version and perpetually + Karma=0; + + // Minimum version if (ClientVersion >= 25) return; -- cgit v1.2.3-60-g2f50