mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
f6cfb66a21
Nice.
16 lines
291 B
Plaintext
16 lines
291 B
Plaintext
DMS_Config = {
|
|
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;
|
|
};
|
|
}; |