mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
Bug fix
This commit is contained in:
@@ -171,14 +171,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const unpatched = await unpatchGame()
|
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.wipe_login) {
|
if (config.wipe_login) {
|
||||||
|
|||||||
Reference in New Issue
Block a user