mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-27 01:51:41 +01:00
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)) {
|
||||
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());
|
||||
needToChange = true;
|
||||
isOp = limbo.getOperator();
|
||||
|
Loading…
Reference in New Issue
Block a user