mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
typo with var name change
This commit is contained in:
@@ -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"};
|
||||
|
||||
Reference in New Issue
Block a user