Implement Linkage for LobbySystem

This commit is contained in:
2025-10-03 13:23:33 +02:00
parent 22d1e15ae0
commit 33b606060a
37 changed files with 111 additions and 111 deletions
@@ -115,7 +115,7 @@ public class Present {
locations.add(point);
}
generate();
Bukkit.getScheduler().runTaskLater(LobbySystem.getPlugin(), () -> {
Bukkit.getScheduler().runTaskLater(LobbySystem.getInstance(), () -> {
BlockData blockData = location.getBlock().getBlockData();
players.forEach(pl -> {
if (pl == player) return;