mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update variables.sqf
Just realized that Napf, Ruegen, and Sauerland are the same.
This commit is contained in:
@@ -28,10 +28,8 @@ respawn_west_original = getMarkerPos "respawn_west"; //Prevent problems caused b
|
||||
|
||||
call {
|
||||
if (toLower worldName in ["chernarus","chernarus_winter"]) exitWith {dayz_minpos = -20000; dayz_maxpos = 20000;};
|
||||
if (toLower worldName == "napf") exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;};
|
||||
if (toLower worldName in ["napf","ruegen","sauerland"]) exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;};
|
||||
if (toLower worldName == "tavi") exitWith {dayz_minpos = -26000; dayz_maxpos = 26000;};
|
||||
if (toLower worldName == "ruegen") exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;};
|
||||
if (toLower worldName == "sauerland") exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;};
|
||||
dayz_minpos = -20000; dayz_maxpos = 20000; // Default
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user