Fix permissionprofile initialisation order

This commit is contained in:
Alexander Söderberg
2020-07-24 14:02:49 +02:00
parent 707559e023
commit f53a8d3b06
3 changed files with 9 additions and 3 deletions

View File

@ -95,6 +95,7 @@ public class BukkitPlayer extends PlotPlayer<Player> {
super(plotAreaManager, eventDispatcher, econHandler, permissionHandler);
this.player = player;
this.econHandler = econHandler;
this.setupPermissionProfile();
if (realPlayer) {
super.populatePersistentMetaMap();
}