diff --git a/src/ui/components/ServerLaunchSection.tsx b/src/ui/components/ServerLaunchSection.tsx index a8a276c..237dad1 100644 --- a/src/ui/components/ServerLaunchSection.tsx +++ b/src/ui/components/ServerLaunchSection.tsx @@ -171,14 +171,7 @@ export default class ServerLaunchSection extends React.Component }) } } 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) {