Add license headers and fix method change in PlotSquared.java

This commit is contained in:
dordsor21
2020-07-12 11:42:45 +01:00
parent 3a11ffc77a
commit c045ef698c
3 changed files with 51 additions and 1 deletions

View File

@ -252,7 +252,7 @@ public class PlotSquared {
this.IMP.runEntityTask();
}
if (Settings.Enabled_Components.EVENTS) {
this.IMP.registerPlayerEvents();
this.IMP.registerEvents();
}
// Required
this.IMP.registerWorldEvents();