make group changes world specific
This commit is contained in:
@@ -21,6 +21,10 @@ public class RankupRegisterEvent extends Event {
|
||||
@Getter
|
||||
private final Rankup plugin;
|
||||
|
||||
public static HandlerList getHandlerList() {
|
||||
return handlers;
|
||||
}
|
||||
|
||||
public RequirementRegistry getRequirementRegistry() {
|
||||
return plugin.getRequirementRegistry();
|
||||
}
|
||||
@@ -41,8 +45,4 @@ public class RankupRegisterEvent extends Event {
|
||||
public HandlerList getHandlers() {
|
||||
return handlers;
|
||||
}
|
||||
|
||||
public static HandlerList getHandlerList() {
|
||||
return handlers;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user