From e506803df981f8037fa786c71dbc8f2808a4a240 Mon Sep 17 00:00:00 2001 From: sekwah41 Date: Tue, 12 Aug 2014 12:23:31 +0100 Subject: [PATCH] Added some potential data fields to the portal types --- .../src/com/sekwah/advancedportals/effects/WarpEffects.java | 1 - .../advancedportals/portalcontrolls/AdvancedPortal.java | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Advanced Portals/src/com/sekwah/advancedportals/effects/WarpEffects.java b/Advanced Portals/src/com/sekwah/advancedportals/effects/WarpEffects.java index 973a97b..2dfdf89 100644 --- a/Advanced Portals/src/com/sekwah/advancedportals/effects/WarpEffects.java +++ b/Advanced Portals/src/com/sekwah/advancedportals/effects/WarpEffects.java @@ -27,7 +27,6 @@ public class WarpEffects { } default: break; } - } diff --git a/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java b/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java index 6d251f8..d594142 100644 --- a/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java +++ b/Advanced Portals/src/com/sekwah/advancedportals/portalcontrolls/AdvancedPortal.java @@ -14,4 +14,8 @@ public class AdvancedPortal { public Location pos2 = null; 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 bungee = null; // Could possibly store the bungee server name to stop the server having to read the config }