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