Fixed stray classpath from older version of Spigot
This commit is contained in:
parent
fb403977f2
commit
24efae96ae
@ -965,7 +965,7 @@ public class CmdExecutor implements CommandExecutor {
|
|||||||
double x = Herobrine.herobrineNPC.getNMSEntity().locX;
|
double x = Herobrine.herobrineNPC.getNMSEntity().locX;
|
||||||
double y = Herobrine.herobrineNPC.getNMSEntity().locY;
|
double y = Herobrine.herobrineNPC.getNMSEntity().locY;
|
||||||
double z = Herobrine.herobrineNPC.getNMSEntity().locZ;
|
double z = Herobrine.herobrineNPC.getNMSEntity().locZ;
|
||||||
net.minecraft.server.v1_12_R1.World world = Herobrine.herobrineNPC.getNMSEntity().getWorld();
|
net.minecraft.server.v1_13_R2.World world = Herobrine.herobrineNPC.getNMSEntity().getWorld();
|
||||||
sender.sendMessage(red + "Herobrine's location world: " + world + " x: " + x + " y: " + y +
|
sender.sendMessage(red + "Herobrine's location world: " + world + " x: " + x + " y: " + y +
|
||||||
" z: " + z);
|
" z: " + z);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user