Correct material for beds

This commit is contained in:
snowleo 2012-08-08 14:21:25 +02:00
parent ee072e844b
commit 8e50158af8

View file

@ -409,7 +409,7 @@ public class Util
return true;
}
if (below.getType() == Material.BED)
if (below.getType() == Material.BED_BLOCK)
{
return true;
}