esku utolso
This commit is contained in:
@@ -271,7 +271,7 @@ public class TpToFfaCommand implements CommandExecutor, TabCompleter {
|
|||||||
World world = Bukkit.getWorld("world");
|
World world = Bukkit.getWorld("world");
|
||||||
double x = -1000.5;
|
double x = -1000.5;
|
||||||
double y = 0.0;
|
double y = 0.0;
|
||||||
double z = -1000.5;
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user