reduce check
This commit is contained in:
parent
b8ae8d995b
commit
c8fa9a146e
@ -61,8 +61,8 @@ public class AsynchronousQuit {
|
|||||||
database.updateSession(auth);
|
database.updateSession(auth);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (LimboCache.getInstance().hasLimboPlayer(name)) {
|
LimboPlayer limbo = LimboCache.getInstance().getLimboPlayer(name);
|
||||||
LimboPlayer limbo = LimboCache.getInstance().getLimboPlayer(name);
|
if (limbo != null) {
|
||||||
if (limbo.getGroup() != null && !limbo.getGroup().isEmpty())
|
if (limbo.getGroup() != null && !limbo.getGroup().isEmpty())
|
||||||
Utils.addNormal(player, limbo.getGroup());
|
Utils.addNormal(player, limbo.getGroup());
|
||||||
needToChange = true;
|
needToChange = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user