mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
eea84a5f8b
May Contain Errors
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
if(isServer) then {
|
|
diag_log "DMS :: Config starting to load..";
|
|
|
|
//Settings
|
|
DMS_UseMissions = true;
|
|
//DMS_DetectNearWater = true;
|
|
|
|
// Timers in seconds
|
|
//DMS_MissionMin = 60;
|
|
//DMS_MissionMax = 120;
|
|
|
|
// Finalize
|
|
DMS_Loaded = true;
|
|
}; |