From 8f37e9c106e4b484053ed87f21728b17b42a982e Mon Sep 17 00:00:00 2001 From: MadHatter05 Date: Wed, 1 Oct 2014 17:30:59 -0400 Subject: [PATCH] OCD update to description.ext --- .../MPMissions/DayZ_Epoch_11.Chernarus/description.ext | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext index b02cecdbb..fac0b5619 100644 --- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext @@ -2,10 +2,10 @@ respawn = "BASE"; respawndelay = 5; onLoadMission= "DayZ Epoch Chernarus"; OnLoadIntro = "Welcome to DayZ Epoch Chernarus"; -OnLoadIntroTime = False; -OnLoadMissionTime = False; +OnLoadIntroTime = false; +OnLoadMissionTime = false; disabledAI = true; -disableChannels[]={0,2,6}; +disableChannels[]= {0,2,6}; enableItemsDropping = 0; briefing = 0; @@ -18,7 +18,7 @@ class Header { gameType = COOP; //DM, Team, Coop, ... minPlayers = 1; //min # of players the mission supports - maxPlayers = 100; //Max # of players the mission supports + maxPlayers = 100; //Max # of players the mission supports }; aiKills = 1;