Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2021-10-28 22:38:30 +02:00
9 changed files with 171 additions and 34 deletions

View File

@@ -2327,4 +2327,6 @@ public interface Client extends GameEngine
*/
@Nullable
ClanSettings getClanSettings(int clanId);
void setUnlockedFps(boolean unlock);
}