Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
fix(AbilityManager): use index
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSugden authored Jul 24, 2021
1 parent 913c67d commit 9aa9b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Patches/AbilityManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static void PostMeeting()
{
for (var i = 0;i < Buttons.Count;i++)
{
var button = Buttons[0];
var button = Buttons[i];
button.Timer = button.MaxTimer;
button.CooldownMultiplier = 1f;
}
Expand Down

0 comments on commit 9aa9b74

Please sign in to comment.