mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-16 12:21:20 +01:00
Removed constructors
This commit is contained in:
parent
f7d47519b7
commit
6d887c5b37
@ -125,9 +125,9 @@ public class AdvancedPortalsCore {
|
||||
this.registerPortalCommand();
|
||||
this.registerDestinationCommand();
|
||||
|
||||
this.portalServices.loadPortals(this);
|
||||
this.portalServices.loadPortals();
|
||||
|
||||
this.destiServices.loadDestinations(this);
|
||||
this.destiServices.loadDestinations();
|
||||
|
||||
this.infoLogger.log(Lang.translate("logger.pluginenable"));
|
||||
}
|
||||
|
@ -13,9 +13,8 @@ import java.util.ArrayList; /**
|
||||
public final class DestinationServices {
|
||||
|
||||
/**
|
||||
* @param portalsCore
|
||||
*/
|
||||
public void loadDestinations(AdvancedPortalsCore portalsCore) {
|
||||
public void loadDestinations() {
|
||||
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ public final class PortalServices {
|
||||
|
||||
|
||||
|
||||
public void loadPortals(AdvancedPortalsCore advancedPortalsCore) {
|
||||
public void loadPortals() {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user