fix
This commit is contained in:
@@ -45,9 +45,9 @@ public class WolfFfaCommand implements CommandExecutor, TabCompleter {
|
|||||||
player.getInventory().setItem(0, sword);
|
player.getInventory().setItem(0, sword);
|
||||||
|
|
||||||
World world = Bukkit.getWorld("world");
|
World world = Bukkit.getWorld("world");
|
||||||
double x = 0;
|
double x = 0.5;
|
||||||
double y = 1;
|
double y = 1.0;
|
||||||
double z = 1000;
|
double z = 1000.5;
|
||||||
float yaw = (float) 0;
|
float yaw = (float) 0;
|
||||||
float pitch = (float) 0;
|
float pitch = (float) 0;
|
||||||
Location loc = new Location(world, x, y, z, yaw, pitch);
|
Location loc = new Location(world, x, y, z, yaw, pitch);
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user