1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 23:27:08 +02:00

Merge branch 'master' into release

This commit is contained in:
snowleo
2011-07-23 20:06:00 +02:00

View File

@@ -28,6 +28,10 @@ public class SignPlayerListener extends PlayerListener
}
final Block block = event.getClickedBlock();
if (block == null)
{
return;
}
final int mat = block.getTypeId();
if (mat == Material.SIGN_POST.getId() || mat == Material.WALL_SIGN.getId())
{