mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add missing disableSerialization in groupTags.sqf
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
private ["_display","_distance","_group","_icon","_index","_pos","_scale","_screen","_text"];
|
private ["_display","_distance","_group","_icon","_index","_pos","_scale","_screen","_text"];
|
||||||
|
disableSerialization;
|
||||||
|
|
||||||
while {true} do {
|
while {true} do {
|
||||||
_group = player call dayz_filterGroup;
|
_group = player call dayz_filterGroup;
|
||||||
|
|||||||
Reference in New Issue
Block a user