Removed AGN Server from default list, made sure backup save feature is disabled by default in all updating situations.
This commit is contained in:
parent
af3fc02c0a
commit
d98be33178
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue