mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-26 04:25:30 +01:00
Fixed building
This commit is contained in:
parent
64b2d88658
commit
72ff68fc2a
@ -10,8 +10,9 @@ public class AdvancedPortalsPlugin extends JavaPlugin {
|
||||
private AdvancedPortalsCore portalsCore;
|
||||
|
||||
public void onEnable() {
|
||||
// TODO actually get the minecraft version
|
||||
this.portalsCore = new AdvancedPortalsCore(new DataStorage(this.getDataFolder()),
|
||||
new SpigotInfoLogger(this), new CommandRegister(this));
|
||||
new SpigotInfoLogger(this), new CommandRegister(this), new int[]{1,12,2});
|
||||
this.getServer().getPluginManager().registerEvents(new Listeners(this), this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user