mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 03:33:29 +00:00
moved CUP files to it's own pbo so i can add the addon.toml to not rapify the pbo and allow for #if __has_include statements
This commit is contained in:
@@ -28,7 +28,7 @@ class braf_factions_thug_pistol: O_G_Soldier_F
|
||||
"Head_Tanoan"
|
||||
};
|
||||
class EventHandlers : EventHandlers {
|
||||
init = "if (local (_this select 0)) then {[(_this select 0), [], nil] call BIS_fnc_unitHeadgear;[_this select 0] call braf_factions_fnc_thugswear;[_this select 0] call braf_factions_fnc_thugsequippistolCUP;};";
|
||||
init = "if (local (_this select 0)) then {[(_this select 0), [], nil] call BIS_fnc_unitHeadgear;[_this select 0] call braf_factions_fnc_thugswear;};";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user