mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Changed to Date Format
This commit is contained in:
parent
2ae5b4c489
commit
4b9486d765
|
|
@ -1733,7 +1733,7 @@ package dtStats{
|
||||||
if($dtStats::Enable){
|
if($dtStats::Enable){
|
||||||
dtSaveServerVars();
|
dtSaveServerVars();
|
||||||
dtScanForRepair();
|
dtScanForRepair();
|
||||||
$mapID::gameID = addNum($mapID::gameID,1);
|
$mapID::gameID = formattimestring("mddyHHnnss");
|
||||||
if($dtStats::debugEchos)
|
if($dtStats::debugEchos)
|
||||||
error("GAME ID" SPC $mapID::gameID SPC "//////////////////////////////");
|
error("GAME ID" SPC $mapID::gameID SPC "//////////////////////////////");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue