mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Explosives - Fix mine defuse exclusion not workin before postInit is executed (#9170)
This commit is contained in:
parent
169dbdfee0
commit
4997a4c102
@ -46,7 +46,6 @@ if (isServer) then {
|
||||
if (!hasInterface) exitWith {};
|
||||
|
||||
GVAR(PlacedCount) = 0;
|
||||
GVAR(excludedMines) = [];
|
||||
GVAR(Setup) = objNull;
|
||||
GVAR(pfeh_running) = false;
|
||||
GVAR(CurrentSpeedDial) = 0;
|
||||
|
@ -11,5 +11,6 @@ PREP_RECOMPILE_END;
|
||||
#include "initSettings.sqf"
|
||||
|
||||
GVAR(detonationHandlers) = [];
|
||||
GVAR(excludedMines) = [];
|
||||
|
||||
ADDON = true;
|
||||
|
Loading…
Reference in New Issue
Block a user