From 372f311b70a79afd88175d38560f59660f93e33f Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Thu, 3 Sep 2020 18:44:59 -0400 Subject: [PATCH] Oops --- Classic/scripts/autoexec/zDarkTigerStats.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/autoexec/zDarkTigerStats.cs b/Classic/scripts/autoexec/zDarkTigerStats.cs index 37a957d..10d4cf4 100644 --- a/Classic/scripts/autoexec/zDarkTigerStats.cs +++ b/Classic/scripts/autoexec/zDarkTigerStats.cs @@ -193,7 +193,7 @@ $dtStats::quarter = 0;//-4 $dtStats::year = 0;// number of years $dtStats::expireMax = 90; -$dtStats::expireMin = 5; +$dtStats::expireMin = 15; // you gain extra days based on time played extra days = gameCount * expireFactor; // example being 100 games * factor of 0.596 = will gain you 60 extra days but if its over the 90 day max it will be deleted $dtStats::expireFactor["CTFGame"] = 0.596;