From 19c8537e91d78f6ad645094ff9935c0bb6dff838 Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:11:10 -0600 Subject: [PATCH] Bug fix --- src/ui/components/ServerLaunchSection.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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) {