mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update XEH_clientInit.sqf
This commit is contained in:
parent
d372111d3f
commit
f11c2af921
@ -6,7 +6,7 @@ if (!hasInterface) exitWith {};
|
||||
["SettingsInitialized", {
|
||||
TRACE_1("SettingInit", GVAR(enable));
|
||||
|
||||
//If not enabled, dont't add CanInteractWith Condition or event handlers:
|
||||
//If not enabled, then do not add CanInteractWith Condition or event handlers:
|
||||
if (!GVAR(enable)) exitWith {};
|
||||
|
||||
// Add interaction menu exception
|
||||
|
Loading…
Reference in New Issue
Block a user