Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
i dont know what happened but im so fucking mad
Browse files Browse the repository at this point in the history
there was a missing tilde in one line of code 😭
  • Loading branch information
microwave-on-a-fridge authored Dec 6, 2022
1 parent 61286f2 commit eeed1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimiseWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:start
set unverum=
set /p unverum=Welcome to the Guilty Gear -Strive- Optimiser! Would you like to use the Unverum mod manager for the pak mods? (Y/N):
if not '%unverum%'=='' set unverum=%unverum:0,1%
if not '%unverum%'=='' set unverum=%unverum:~0,1%
if '%unverum%'=='Y' goto uyes
if '%unverum%'=='y' goto uyes
if '%unverum%'=='yes' goto uyes
Expand Down

0 comments on commit eeed1a8

Please sign in to comment.