summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-07-11 11:43:45 -0300
committerJesusaves <cpntb1@ymail.com>2024-07-11 11:43:45 -0300
commitad0b1ec6af79367aba7020b14425066e27611e47 (patch)
tree14c05a9f24535996ab5df10767f758c996704fc7
parent04d26c36533e03ac5cb76e93940e861aed5a4e19 (diff)
downloadserverdata-ad0b1ec6af79367aba7020b14425066e27611e47.tar.gz
serverdata-ad0b1ec6af79367aba7020b14425066e27611e47.tar.bz2
serverdata-ad0b1ec6af79367aba7020b14425066e27611e47.tar.xz
serverdata-ad0b1ec6af79367aba7020b14425066e27611e47.zip
Last fix for the change in Hardcore server and now we're good to go! \o/
-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 4d25fb608..b61863dc4 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -29,7 +29,7 @@ function script clientupdater {
.@ti = max(60000, .@ti - ((##HARDCORE_JAILTIME+1) * 60000));
//sc_end SC_JAILED;
sc_start4 SC_JAILED, .@ti, .@v1, .@v2, .@v3, .@v4, 10000, SCFLAG_FIXEDRATE|SCFLAG_FIXEDTICK|SCFLAG_NOAVOID;
- dispbottom l("Information: Your sentence was reduced in %d minute(s). Sentence left: %s", (##HARDCORE_JAILTIME-1), FuzzyTime(gettimetick(2)+.@v1));
+ dispbottom l("Information: Your sentence was reduced in %d minute(s). Sentence left: %s", (##HARDCORE_JAILTIME-1), FuzzyTime(gettimetick(2)+(.@v1*60)));
##HARDCORE_JAILTIME=-1; // Ensure cleanup, should be overriden soon
} else {
dispbottom l("You will revive automatically. Use %s to see remaining jail time.", b("@jailtime"));