Sorry for the spam
This commit is contained in:
@@ -265,7 +265,7 @@ def on_break(event):
|
||||
|
||||
for block_face, data_values in faces.iteritems():
|
||||
block2 = block.getRelative(block_face)
|
||||
if block2.getType == Material.WALL_SIGN and block2.getData() in data_values:
|
||||
if block2.getType() == Material.WALL_SIGN and block2.getData() in data_values:
|
||||
check_sign(event, block2)
|
||||
|
||||
block3 = block.getRelative(BlockFace.UP)
|
||||
|
||||
Reference in New Issue
Block a user