Skip to content

Commit

Permalink
fix: microsoft user cannot launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Apr 18, 2021
1 parent 3e78718 commit 24ca7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/services/LaunchService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default class LaunchService extends AbstractService implements ILaunchSer
const javaPath = this.getters.instanceJava.path || this.getters.defaultJava.path

await this.instanceResourceService.ensureResourcePacksDeployment()
const useAuthLib = user.authService !== 'mojang' && user.authService !== 'offline'
const useAuthLib = user.authService !== 'mojang' && user.authService !== 'offline' && user.authService !== 'microsoft'

/**
* Build launch condition
Expand Down

0 comments on commit 24ca7f6

Please sign in to comment.