mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-06 03:50:28 +00:00
Correct material for beds
This commit is contained in:
parent
ee072e844b
commit
8e50158af8
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ public class Util
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (below.getType() == Material.BED)
|
if (below.getType() == Material.BED_BLOCK)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue