ensured white
This commit is contained in:
parent
e030331565
commit
cbb0cb96c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user