Remove a debug message
This commit is contained in:
parent
93336c653b
commit
ed186b37bb
|
|
@ -176,7 +176,6 @@ public class ShopListener extends EventListener {
|
||||||
PlayerShop playerShop;
|
PlayerShop playerShop;
|
||||||
if (block instanceof Sign sign) { // does not work?
|
if (block instanceof Sign sign) { // does not work?
|
||||||
playerShop = shopHandler.getShopBySignLocation(sign.getLocation());
|
playerShop = shopHandler.getShopBySignLocation(sign.getLocation());
|
||||||
System.out.println(block.getBlock());
|
|
||||||
} else {
|
} else {
|
||||||
playerShop = shopHandler.getShop(block.getLocation());
|
playerShop = shopHandler.getShop(block.getLocation());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user