This commit is contained in:
Jesse Boyd 2016-10-14 15:14:35 +11:00
commit d6be5703ae
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -59,8 +59,11 @@ public abstract class EventUtil {
public abstract void callMember(PlotPlayer initiator, Plot plot, UUID player, boolean added);
public void doJoinTask(final PlotPlayer player) {
if (player == null) {
return; //possible future warning message to figure out where we are retrieving null
}
if (ExpireManager.IMP != null) {
ExpireManager.IMP.handleJoin(player);
ExpireManager.IMP.handleJoin(player);
}
if (PS.get().worldedit != null) {
if (player.getAttribute("worldedit")) {