Merge pull request #2757 from ThatGamerBlue/lol_i_am_a_shit_programmer

mixins: i have a room temperature iq
This commit is contained in:
ThatGamerBlue
2020-07-31 01:23:42 +01:00
committed by GitHub

View File

@@ -1024,7 +1024,7 @@ public abstract class RSClientMixin implements RSClient
@Inject
public static void boostedSkillLevelsChanged(int idx)
{
if (idx == 0)
if (idx == -1)
{
return;
}