This commit is contained in:
ThatGamerBlue
2020-07-31 01:18:36 +01:00
parent 30b7cd4468
commit 5e1f29c50c

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;
}