Removed even more debug prints.
This commit is contained in:
parent
ed58f762fe
commit
ead21c0b79
@ -57,8 +57,6 @@ public abstract class BaseLocationListener
|
|||||||
Block blockTo = e.getFrom().getBlock();
|
Block blockTo = e.getFrom().getBlock();
|
||||||
Block blockToUp = blockTo.getRelative(BlockFace.UP);
|
Block blockToUp = blockTo.getRelative(BlockFace.UP);
|
||||||
|
|
||||||
System.out.println(blockTo.getLocation().getWorld().getName());
|
|
||||||
|
|
||||||
|
|
||||||
for (Gate g : Gate.getAll()) {
|
for (Gate g : Gate.getAll()) {
|
||||||
// Check if the location matches
|
// Check if the location matches
|
||||||
|
Loading…
x
Reference in New Issue
Block a user