mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
object not array
This commit is contained in:
@@ -52,7 +52,7 @@ switch (_variable) do {
|
|||||||
};
|
};
|
||||||
|
|
||||||
case "HideObj": {
|
case "HideObj": {
|
||||||
PVDZE_obj_Hide = _arraytosend;
|
PVDZE_obj_Hide = _arraytosend select 0;
|
||||||
_owner publicVariableClient "PVDZE_obj_Hide";
|
_owner publicVariableClient "PVDZE_obj_Hide";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user