File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 -- map = "ScorpioBattleground",
33 map = " FolsomDamDeluxeV4" ,
44 enemyAI = " Null AI" ,
5+ modoptions = {shuffle = " off" },
56}
Original file line number Diff line number Diff line change @@ -2144,7 +2144,6 @@ function BattleRoomWindow.GetSingleplayerControl(setupData)
21442144
21452145 OnParent = {
21462146 function (obj )
2147-
21482147 if multiplayerWrapper then
21492148 WG .BattleStatusPanel .RemoveBattleTab ()
21502149
@@ -2189,6 +2188,10 @@ function BattleRoomWindow.GetSingleplayerControl(setupData)
21892188 if not (setupData and WG .Chobby .Configuration .simplifiedSkirmishSetup ) and singleplayerDefault and singleplayerDefault .enemyAI then
21902189 battleLobby :AddAi (singleplayerDefault .enemyAI .. " (1)" , singleplayerDefault .enemyAI , 1 )
21912190 end
2191+
2192+ if singleplayerDefault .modoptions then
2193+ battleLobby :SetModOptions (singleplayerDefault .modoptions )
2194+ end
21922195 end
21932196 },
21942197 }
You can’t perform that action at this time.
0 commit comments