mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update init.sqf
Update to use KK's Array Shuffle Plus function. Shuffle the array 5 times.
This commit is contained in:
@@ -23,7 +23,7 @@ _WaterHoleArray = [
|
||||
"WillowLake"
|
||||
];
|
||||
|
||||
_infectedWaterHoles = _WaterHoleArray call fn_shuffleArray;
|
||||
_infectedWaterHoles = [_WaterHoleArray,5] call fn_shuffleArray;
|
||||
|
||||
infectedWaterHoles = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user