mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update variables.sqf
Add updated Taviana world name.
This commit is contained in:
@@ -29,7 +29,7 @@ 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 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 in ["tavi","taviana"]) exitWith {dayz_minpos = -26000; dayz_maxpos = 26000;};
|
||||
dayz_minpos = -20000; dayz_maxpos = 20000; // Default
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user