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