Start a checkup immediately after /checkup start

Signed-off-by: Etzelia <etzelia@hotmail.com>
checkup
Etzelia 2019-09-19 22:32:07 -05:00
parent 4ab8a69d63
commit c71f388748
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class CheckupCommand implements CommandExecutor {
}
checkups.put(player.getUniqueId(), new Checkup(new ArrayList<>(Bukkit.getOnlinePlayers()), player.getLocation()));
next(player); // Start the checkup
}
private void stop(Player player) {