mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 21:20:22 +00:00
Echos Off by default
This commit is contained in:
parent
15bc9e7ae3
commit
aea38be3b5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ $Host::ShowIngamePlayerScores = 1;
|
|||
|
||||
//debug stuff
|
||||
$dtStats::enableRefresh = 0;
|
||||
$dtStats::debugEchos = 1;// echos function calls
|
||||
$dtStats::debugEchos = 0;// echos function calls
|
||||
|
||||
//$dtStats::returnToMenuTimer = (303*1000);
|
||||
//$pref::NoClearConsole = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue