Skip to content

Commit

Permalink
Fixed composition unit being player instead of playable (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Jan 14, 2024
1 parent 8d80d80 commit e27fda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compositions/Cav_Rotary_Aviation/composition.sqe
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ class items
{
init="this setgroupid [""BISON-1""];" \n "this setVariable [""cScripts_Player_Unit"", ""BUFFALO-1""];";
description="Co-Pilot@BISON-1";
isPlayer=1;
isPlayable=1;
};
id=18;
type="Cav_B_A_Helicopter_Tra_Pilot_F";
Expand Down

0 comments on commit e27fda1

Please sign in to comment.