mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-08 12:07:45 +08:00
Bug fix
This commit is contained in:
parent
8a62a5a8c7
commit
19c8537e91
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user