Changed to Date Format

This commit is contained in:
ChocoTaco 2022-04-10 14:41:30 -04:00
parent 2ae5b4c489
commit 4b9486d765

View file

@ -1733,7 +1733,7 @@ package dtStats{
if($dtStats::Enable){
dtSaveServerVars();
dtScanForRepair();
$mapID::gameID = addNum($mapID::gameID,1);
$mapID::gameID = formattimestring("mddyHHnnss");
if($dtStats::debugEchos)
error("GAME ID" SPC $mapID::gameID SPC "//////////////////////////////");
}