parent
7670eec13e
commit
4ab8a69d63
|
@ -33,7 +33,7 @@ public class CheckupCommand implements CommandExecutor {
|
|||
checkup = checkups.get(uuid);
|
||||
for (Player pl : checkup.players) {
|
||||
if (pl.getUniqueId().equals(player.getUniqueId())) {
|
||||
return; // Don't check twice, even if they re-logged
|
||||
continue; // Don't check twice, even if they re-logged
|
||||
}
|
||||
}
|
||||
checkup.players.add(player);
|
||||
|
|
Loading…
Reference in New Issue