Merge remote-tracking branch 'runelite/master' into 0908-merge

This commit is contained in:
Owain van Brakel
2019-08-10 03:37:36 +02:00
3 changed files with 5 additions and 3 deletions

View File

@@ -709,7 +709,7 @@ public interface Client extends GameShell
* @param varbit the variable
* @param value the new value
*/
void setSetting(Varbits varbit, int value);
void setVarbit(Varbits varbit, int value);
/**
* Gets the value of a given variable.