typo with var name change

This commit is contained in:
[VB]AWOL
2014-02-02 14:44:55 -06:00
parent 9d574253ec
commit 5c38e0b9c2
2 changed files with 4 additions and 4 deletions

View File

@@ -910,8 +910,8 @@ server_getLocalObjVars
Gets local vars from a target objects and pushing results back to client
Eg.
PVDZE_obj_localVars = [player, _obj, ["WeaponCargo", "MagazineCargo", "BackpackCargo"]];
publicVariableServer "PVDZE_obj_localVars";
PVDZE_obj_getlocalVars = [player, _obj, ["WeaponCargo", "MagazineCargo", "BackpackCargo"]];
publicVariableServer "PVDZE_obj_getlocalVars";
PVDZE_localObjVarsResult = nil;
waitUntil {sleep 1; !isNil "PVDZE_localObjVarsResult"};