mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Pass cursorTarget to maintain_area.sqf
CursorTarget should always be passed from fn_selfActions, not reacquired in action scripts. This is to ensure the same object is referenced. Plot Management maintain_area is called from the dialog button, not fn_selfactions.
This commit is contained in:
@@ -113,7 +113,5 @@ class CfgAddons
|
||||
#include "Configs\RscDisplay\deathboards.hpp"
|
||||
#include "Configs\CfgExtra\snappoints.hpp"
|
||||
#include "external\R3F_Realism\R3F_Weight\R3F_CfgWeight.hpp"
|
||||
// plotManagement //
|
||||
#include "Configs\RscDisplay\ZSCdefines.hpp"
|
||||
#include "Configs\RscDisplay\plotManagement.hpp"
|
||||
// plotManagement //
|
||||
|
||||
Reference in New Issue
Block a user