that's not the correct bounds!

This commit is contained in:
NewGarbo 2016-01-12 07:57:35 +00:00
parent 5b4b5fb2b5
commit 62f16ada81
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public class Outpost implements Listener
for (int x = _forceFieldStart.getBlockX(); x <= _forceFieldEnd.getBlockX(); x++)
{
for (int z = _forceFieldStart.getBlockZ(); z <= _forceFieldStart.getBlockZ(); z++)
for (int z = _forceFieldStart.getBlockZ(); z <= _forceFieldEnd.getBlockZ(); z++)
{
if (x == _forceFieldStart.getBlockX() || x == _forceFieldEnd.getBlockX() || z == _forceFieldStart.getBlockZ() || z == _forceFieldEnd.getBlockZ())
{