1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 05:51:56 +02:00

Correct material for beds

This commit is contained in:
snowleo
2012-08-08 14:21:25 +02:00
parent 739a93f9ea
commit a0be5640dd

View File

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