Fixed E4 bug, disabled backup save by default.

This commit is contained in:
CaptainSegis 2017-06-23 16:42:36 -05:00
parent 3bfcc84bee
commit a649cfd90c
9 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
"ForceMusic|0" & vbNewLine &
"MaxOffsetLevel|0" & vbNewLine &
"UpdateDisabled|0" & vbNewLine &
"Extras|Backup Save"
"Extras|"
File.WriteAllText(GameController.GamePath & "\Save\options.dat", s)
End Sub