Added some potential data fields to the portal types

This commit is contained in:
sekwah41 2014-08-12 12:23:31 +01:00
parent bbe92cfd75
commit e506803df9
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,6 @@ public class WarpEffects {
}
default: break;
}
}

View File

@ -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
}