mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
This was needlessly recompiling every time the addAction was clicked. DisableSerialization is only needed if a display element is stored in a variable within the current script. The called functions already have it.
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
createdialog "PlotManagement";
|
|
call PlotNearbyHumans;
|
|
call PlotGetFriends;
|
|
["preview"] call MaintainPlot;
|
|
call PlotObjects;
|