Removed AGN Server from default list,
This commit is contained in:
parent
af3fc02c0a
commit
3faa0c6d03
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue