summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"));