Merge remote-tracking branch 'runelite/master' into 0908-merge
This commit is contained in:
@@ -39,7 +39,7 @@ public abstract class VarbitMixin implements RSClient
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void setSetting(Varbits varbit, int value)
|
||||
public void setVarbit(Varbits varbit, int value)
|
||||
{
|
||||
int varbitId = varbit.getId();
|
||||
setVarbitValue(getVarps(), varbitId, value);
|
||||
|
||||
Reference in New Issue
Block a user