mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Added variable DZE_ForceNameTagsInTrader
This commit is contained in:
@@ -712,6 +712,9 @@ if(!isDedicated) then {
|
||||
if(isNil "DZE_ForceNameTagsOff") then {
|
||||
DZE_ForceNameTagsOff = false;
|
||||
};
|
||||
if(isNil "DZE_ForceNameTagsInTrader") then {
|
||||
DZE_ForceNameTagsInTrader = false;
|
||||
};
|
||||
if(isNil "DZE_HaloJump") then {
|
||||
DZE_HaloJump = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user