Offset the location
This commit is contained in:
parent
cf03fbe914
commit
f99b20bd25
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user