Removed AGN Server from default list,

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

View File

@ -1117,7 +1117,7 @@
filePrefix = newFilePrefix filePrefix = newFilePrefix
If IsGameJoltSave = True Then 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 If Not Directory.Exists(GameController.GamePath & "/Backup Save/" & GameJoltSave.GameJoltID.ToString() & "/Encrypted") Then
Directory.CreateDirectory(GameController.GamePath & "/Backup Save/" & GameJoltSave.GameJoltID.ToString() & "/Encrypted") Directory.CreateDirectory(GameController.GamePath & "/Backup Save/" & GameJoltSave.GameJoltID.ToString() & "/Encrypted")
End If End If

View File

@ -42,7 +42,7 @@ Public Class JoinServerScreen
Me.ServerList.Add(localServer) Me.ServerList.Add(localServer)
If System.IO.File.Exists(GameController.GamePath & "\Save\server_list.dat") = False Then 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 End If
If LoadOnlineServers = True Then If LoadOnlineServers = True Then