mirror of
https://github.com/Ragora/T2-AAConstruction.git
synced 2026-04-26 06:25:03 +00:00
7 lines
188 B
PHP
Executable file
7 lines
188 B
PHP
Executable file
//AA Construction Mod Preferences
|
|
|
|
//Logging:
|
|
$Construction::Logging::EchoChat = 1;
|
|
$Construction::Logging::LogConnects = 1; //disconnects too
|
|
$Construction::Logging::LogChat = 1;
|
|
|