refactor: Restore API in favor of deprecation

This commit is contained in:
NotMyFault
2021-12-23 11:04:04 +01:00
parent 5325f90f7b
commit 6198d98488
11 changed files with 161 additions and 16 deletions

View File

@ -51,7 +51,7 @@ public class MVdWPlaceholders {
) {
this.plugin = plugin;
this.registry = registry;
for (final Placeholder placeholder : registry.allPlaceholders()) {
for (final Placeholder placeholder : registry.getPlaceholders()) {
this.addPlaceholder(placeholder);
}
PlotSquared.get().getEventDispatcher().registerListener(this);