From 7183e864b3c7a5dc103e9068e49247b1db1439bd Mon Sep 17 00:00:00 2001 From: second_coming Date: Wed, 20 Apr 2016 17:35:26 +0100 Subject: [PATCH] Update config.sqf --- config.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sqf b/config.sqf index 2921c0f..2783062 100644 --- a/config.sqf +++ b/config.sqf @@ -24,7 +24,7 @@ SC_scaleAI = 10; // any more than _scaleAI players on the server an SC_fastNights = false; // true if you want night time to go faster than daytime SC_fastNightsStarts = 18; // Start fast nights at this hour (24 hour clock) eg. 18 for 6pm SC_fastNightsMultiplierNight= 16; // the time multiplier to use at night (12 = 12x speed) -SC_fastNightsEnds = 6; // Start fast nights at this hour (24 hour clock) eg. 6 for 6am +SC_fastNightsEnds = 6; // End fast nights at this hour (24 hour clock) eg. 6 for 6am SC_fastNightsMultiplierDay = 4; // the time multiplier to use during daylight hours (4 = 4x speed) SC_useWaypoints = true; // When spawning AI create waypoints to make them enter buildings (can affect performance when the AI is spawned and the waypoints are calculated) @@ -236,4 +236,4 @@ publicVariable "SC_liveBoatsArray"; publicVariable "SC_numberofLootCrates"; publicVariable "SC_publicBusArray"; publicVariable "SC_SurvivorSide"; -publicVariable "SC_BanditSide"; \ No newline at end of file +publicVariable "SC_BanditSide";