From e0530459508edb4e74ebc2466e9b2525a480a6ac Mon Sep 17 00:00:00 2001 From: sekwah41 Date: Tue, 12 Aug 2014 16:54:55 +0100 Subject: [PATCH] test --- .../advancedportals/portalcontrolls/AdvancedPortal.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java b/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java index d5941420..f88af654 100644 --- a/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java +++ b/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java @@ -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 }