Fix patch paths

This commit is contained in:
Thoronium
2023-02-27 19:26:04 -07:00
parent b18f7a0cf6
commit 9e6029faf3
4 changed files with 8 additions and 8 deletions

View File

@@ -72,10 +72,8 @@ export class Main extends React.Component<IProps, IState> {
if (wasPatched) {
const unpatched = await unpatchGame()
if (!unpatched) {
alert(
`Could not unpatch game! (Delete version.dll in your game folder)`
)
if (unpatched) {
alert(`Could not unpatch game! (Delete version.dll in your game folder)`)
}
}
})