Change to is Empty
This commit is contained in:
parent
6f1af92a58
commit
4a49809ff2
@ -56,7 +56,7 @@ public class AsyncronousQuit {
|
|||||||
|
|
||||||
if (LimboCache.getInstance().hasLimboPlayer(name)) {
|
if (LimboCache.getInstance().hasLimboPlayer(name)) {
|
||||||
LimboPlayer limbo = LimboCache.getInstance().getLimboPlayer(name);
|
LimboPlayer limbo = LimboCache.getInstance().getLimboPlayer(name);
|
||||||
if (limbo.getGroup() != null && !limbo.getGroup().equals(""))
|
if (limbo.getGroup() != null && !limbo.getGroup().isEmpty())
|
||||||
Utils.addNormal(player, limbo.getGroup());
|
Utils.addNormal(player, limbo.getGroup());
|
||||||
needToChange = true;
|
needToChange = true;
|
||||||
isOp = limbo.getOperator();
|
isOp = limbo.getOperator();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user