forked from SteamWar/SteamWar
Implement Linkage for LobbySystem
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user