ensured white

This commit is contained in:
Mini-Chiss 2015-08-08 13:54:35 +02:00
parent e030331565
commit cbb0cb96c8
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public class CapturePoint
{
Block floor = loc.getBlock().getRelative(x, -2, z);
floor.setType(Material.WOOL);
floor.setData((byte) 0);
_floor.add(floor);
}
else
@ -84,6 +85,7 @@ public class CapturePoint
{
Block block = loc.getBlock().getRelative(x, -1, z);
block.setType(Material.STAINED_GLASS);
block.setData((byte) 0);
}
//Iron