This commit is contained in:
Thoronium 2023-03-22 23:11:10 -06:00
parent 8a62a5a8c7
commit 19c8537e91

View File

@ -171,14 +171,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
})
}
} else {
const unpatched = await unpatchGame()
if (!unpatched) {
alert(
`Could not unpatch game, aborting launch! (You can unpatch in your game install folder, either remove version.dll or repair mhypbase.dll in launcher)`
)
return
}
await unpatchGame()
}
if (config.wipe_login) {