Merge branch 'v6' into feature/v6/pipeline-queue

This commit is contained in:
dordsor21
2020-07-24 13:03:42 +01:00
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();
}