Explosives - Fix mine defuse exclusion not workin before postInit is executed (#9170)

This commit is contained in:
Filip Maciejewski 2023-03-16 09:52:29 +01:00 committed by GitHub
parent 169dbdfee0
commit 4997a4c102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -11,5 +11,6 @@ PREP_RECOMPILE_END;
#include "initSettings.sqf"
GVAR(detonationHandlers) = [];
GVAR(excludedMines) = [];
ADDON = true;