Skip to content

Commit

Permalink
Removed Debug Message
Browse files Browse the repository at this point in the history
  • Loading branch information
Driftay committed Feb 27, 2021
1 parent 877c81c commit efd2c7e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public void onSpawnerPlace(BlockPlaceEvent e) {
FLocation fLoc = new FLocation(location);
Faction fac = Board.getInstance().getFactionAt(fLoc);
FastChunk fc = new FastChunk(location.getWorld().getName(), location.getChunk().getX(), location.getChunk().getZ());
System.out.println("This FC: " + fc);
System.out.println("Faction FastChunk: " + fac.getSpawnerChunks());
if (!Conf.allowSpawnersPlacedInWilderness) {
if (fac.isNormal()) {
if (!fac.getSpawnerChunks().contains(fc)) {
Expand Down

0 comments on commit efd2c7e

Please sign in to comment.