mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
parent
5978c9c3c0
commit
a05fd2dd11
@ -59,6 +59,9 @@ public abstract class EventUtil {
|
|||||||
public abstract void callMember(PlotPlayer initiator, Plot plot, UUID player, boolean added);
|
public abstract void callMember(PlotPlayer initiator, Plot plot, UUID player, boolean added);
|
||||||
|
|
||||||
public void doJoinTask(final PlotPlayer player) {
|
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) {
|
if (ExpireManager.IMP != null) {
|
||||||
ExpireManager.IMP.handleJoin(player);
|
ExpireManager.IMP.handleJoin(player);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user