Added variable DZE_ForceNameTagsInTrader

This commit is contained in:
Florian Kinder
2014-02-21 00:53:44 +01:00
parent a3885ac187
commit 4f82e8e380
20 changed files with 230 additions and 170 deletions

View File

@@ -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;
};