This commit is contained in:
sekwah41 2014-08-12 16:54:55 +01:00
parent e506803df9
commit e053045950
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ public class AdvancedPortal {
public String portalName = null;
public String destiation = null; // Could possibly store the destination name to stop the server having to read the config
public String destiation = null; // Could possibly store the destination name to stop the server having to read the config file
public String bungee = null; // Could possibly store the bungee server name to stop the server having to read the config
public String bungee = null; // Could possibly store the bungee server name to stop the server having to read the config file
}