Removed AGN Server from default list, made sure backup save feature is disabled by default in all updating situations.

This commit is contained in:
CaptainSegis 2017-07-26 11:55:48 -05:00
parent af3fc02c0a
commit d98be33178
2 changed files with 2 additions and 2 deletions

View File

@ -1117,7 +1117,7 @@
filePrefix = newFilePrefix
If IsGameJoltSave = True Then
If Core.GameOptions.Extras.Contains("Backup Save") Then
If Core.GameOptions.Extras.Contains("Backup Save Feature") Then
If Not Directory.Exists(GameController.GamePath & "/Backup Save/" & GameJoltSave.GameJoltID.ToString() & "/Encrypted") Then
Directory.CreateDirectory(GameController.GamePath & "/Backup Save/" & GameJoltSave.GameJoltID.ToString() & "/Encrypted")
End If

View File

@ -42,7 +42,7 @@ Public Class JoinServerScreen
Me.ServerList.Add(localServer)
If System.IO.File.Exists(GameController.GamePath & "\Save\server_list.dat") = False Then
System.IO.File.WriteAllText(GameController.GamePath & "\Save\server_list.dat", "Official Pokémon3D Server,karp.pokemon3d.net:15124" & vbNewLine & "AGN Server,p3d.aggressivegaming.org:15124")
System.IO.File.WriteAllText(GameController.GamePath & "\Save\server_list.dat", "Official Pokémon3D Server,karp.pokemon3d.net:15124")
End If
If LoadOnlineServers = True Then