bank tags: properly open saved tab
Jagex appears to be syncing the current tab varbit more aggressively now, so if the active tab was not the first tab before switching to a tag tab, bank layout would misbehave when the bank was reopened.
This commit is contained in:
@@ -215,6 +215,8 @@ public class TabInterface
|
||||
|
||||
if (config.rememberTab() && !Strings.isNullOrEmpty(config.tab()))
|
||||
{
|
||||
// the server will resync the last opened vanilla tab when the bank is opened
|
||||
client.setVarbit(Varbits.CURRENT_BANK_TAB, 0);
|
||||
openTag(config.tab());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user