Offset the location

This commit is contained in:
Sam 2018-03-06 16:25:41 +00:00 committed by Alexander Meech
parent cf03fbe914
commit f99b20bd25

View File

@ -41,7 +41,7 @@ public class CakePointModule extends CakeModule
return;
}
Location location = event.getBlock().getLocation();
Location location = event.getBlock().getLocation().add(0.5, 0, 0.5);
for (CapturePoint point : _game.getCapturePointModule().getCapturePoints())
{