Skip to content
Merged

2.0.35 #1587

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runelite-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<git.commit.id.abbrev>nogit</git.commit.id.abbrev>
<git.dirty>false</git.dirty>
<shade.skip>false</shade.skip>
<microbot.version>2.0.34</microbot.version>
<microbot.version>2.0.35</microbot.version>
<microbot.commit.sha>nogit</microbot.commit.sha>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,12 +724,11 @@ public void load()
log.info("Creating profile: {} ({})", profile.getName(), profile.getId());
}

// synced profile need to be fetched if outdated
// synced profautoogile need to be fetched if outdated
syncRemote(lock, profile, remoteProfiles);

this.profile = profile;
configProfile = new ConfigData(ProfileManager.profileConfigFile(profile));
LoginManager.setActiveProfile(profile);
}

eventBus.post(new ProfileChanged());
Expand Down
Loading