mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Fix spawn marker count for non-cherno maps
This commit is contained in:
@@ -104,7 +104,7 @@ AllowedVehiclesList = [
|
||||
["VWGolf",3]
|
||||
];
|
||||
|
||||
if ((toLower worldName) in ["caribou","chernarus","cmr_ovaron","dingor","fallujah","fapovo","fdf_isle1_a","isladuala","lingor","mbg_celle2","namalsk","napf","oring","panthera2","sara","sauerland","smd_sahrani_a2","tavi","trinity","utes"]) then {
|
||||
if (toLower worldName in ["caribou","chernarus","cmr_ovaron","dingor","fallujah","fapovo","fdf_isle1_a","isladuala","lingor","mbg_celle2","namalsk","napf","oring","panthera2","sara","sauerland","smd_sahrani_a2","tavi","trinity","utes"]) then {
|
||||
// water map, add boats
|
||||
|
||||
{AllowedVehiclesList set [count AllowedVehiclesList,_x];} count [
|
||||
|
||||
Reference in New Issue
Block a user