mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Useless network traffic
This commit is contained in:
@@ -163,10 +163,12 @@ if (_tagSetting) then {
|
||||
DZE_ForceNameTags = true;
|
||||
};
|
||||
|
||||
/*
|
||||
_playerUID = if (DayZ_UseSteamID) then {GetPlayerUID player;} else {GetPlayerUIDOld player;};
|
||||
_playerObjName = format["PVDZE_player%1",_playerUID];
|
||||
call compile format["%1 = player;",_playerObjName];
|
||||
publicVariableServer _playerObjName; //Outcommit in DayZ 1.8 No clue for what this is - Skaronator
|
||||
publicVariableServer _playerObjName;
|
||||
*/
|
||||
|
||||
//melee check
|
||||
_wpnType = primaryWeapon player;
|
||||
|
||||
Reference in New Issue
Block a user