added PVDZE_ to player%1 variable to filter better

This commit is contained in:
[VB]AWOL
2014-01-26 12:16:13 -06:00
parent b551a6f343
commit b508bde202
4 changed files with 124 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ if (isNil "_playerObj") then {
diag_log format["nil player object attempting PV, :%1", _this];
// fall back to using PV for now so we have a better chance at finding the player
_playerObj = call compile format["player%1",_playerUID];
_playerObj = call compile format["PVDZE_player%1",_playerUID];
};
if (isNil "_playerObj") exitWith {