sharper target

This commit is contained in:
Cheese 2015-12-07 18:20:12 +11:00
parent 1a0d90a495
commit 5c632a1e3a
1 changed files with 2 additions and 2 deletions

View File

@ -286,9 +286,9 @@ public class SnowFight extends TeamGame
//random offset to player location //random offset to player location
Location location = player.getLocation().add( Location location = player.getLocation().add(
(Math.random() - 0.5) * 32, (Math.random() - 0.5) * 24,
0, 0,
(Math.random() - 0.5) * 32); (Math.random() - 0.5) * 24);
//highest block! //highest block!
location = WorldData.World.getHighestBlockAt(location).getLocation().add(0.5, 0, 0.5); location = WorldData.World.getHighestBlockAt(location).getLocation().add(0.5, 0, 0.5);