Skip to content

Commit

Permalink
fix(forge): forge list refresh condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Sep 5, 2019
1 parent 5677fc4 commit 0768e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/windows/main/VersionSettingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {
return false;
},
async refreshForgeVersion(force) {
if (force || this.mcversion !== this.profile.mcversion) {
if (force || this.mcversion !== this.profile.version.mcversion) {
this.forgeVersionList = [];
let r;
if (force) {
Expand Down

0 comments on commit 0768e8f

Please sign in to comment.