mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Oops
This commit is contained in:
parent
b50e27bd7e
commit
372f311b70
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ $dtStats::quarter = 0;//-4
|
||||||
$dtStats::year = 0;// number of years
|
$dtStats::year = 0;// number of years
|
||||||
|
|
||||||
$dtStats::expireMax = 90;
|
$dtStats::expireMax = 90;
|
||||||
$dtStats::expireMin = 5;
|
$dtStats::expireMin = 15;
|
||||||
// you gain extra days based on time played extra days = gameCount * expireFactor;
|
// 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
|
// 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;
|
$dtStats::expireFactor["CTFGame"] = 0.596;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue