Sorry for the spam

This commit is contained in:
Dico200
2015-11-22 18:01:27 +01:00
parent 274ce42fc8
commit ab42a0cb65

View File

@@ -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)