forked from Minecraft/QoL
Start a checkup immediately after /checkup start
Signed-off-by: Etzelia <etzelia@hotmail.com>checkup
parent
4ab8a69d63
commit
c71f388748
|
@ -81,7 +81,7 @@ public class CheckupCommand implements CommandExecutor {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkups.put(player.getUniqueId(), new Checkup(new ArrayList<>(Bukkit.getOnlinePlayers()), player.getLocation()));
|
checkups.put(player.getUniqueId(), new Checkup(new ArrayList<>(Bukkit.getOnlinePlayers()), player.getLocation()));
|
||||||
|
next(player); // Start the checkup
|
||||||
}
|
}
|
||||||
|
|
||||||
private void stop(Player player) {
|
private void stop(Player player) {
|
||||||
|
|
Loading…
Reference in New Issue