mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 22:35:47 +02:00
Removed AGN Server from default list,
This commit is contained in:
parent
af3fc02c0a
commit
3faa0c6d03
@ -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…
x
Reference in New Issue
Block a user