Skip to content

Commit

Permalink
Fix animation not playing while capturing gang area
Browse files Browse the repository at this point in the history
I had this disabled while to make it easier during testing
  • Loading branch information
micovery committed Jan 15, 2013
1 parent 15d2adc commit a18be97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anarchyinthetk.takistan/Awesome/Functions/interaction.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,6 @@ interact_gang_manage_menu = {

gang_animation = false;
interact_play_gang_animation = {
if (true) exitWith {};
private["_player"];
_player = _this select 0;
if (not([_player] call player_human)) exitWith {};
Expand Down

0 comments on commit a18be97

Please sign in to comment.