|
@@ -189,7 +189,7 @@ public class vMinecraftCommands{
|
|
String cx = Double.toString(etc.getServer().getSpawnLocation().x);
|
|
String cx = Double.toString(etc.getServer().getSpawnLocation().x);
|
|
String cy = Double.toString(etc.getServer().getSpawnLocation().y);
|
|
String cy = Double.toString(etc.getServer().getSpawnLocation().y);
|
|
String cz = Double.toString(etc.getServer().getSpawnLocation().z);
|
|
String cz = Double.toString(etc.getServer().getSpawnLocation().z);
|
|
- String cxyz = x + "," + y + "," + z;
|
|
|
|
|
|
+ String cxyz = cx + "," + cy + "," + cz;
|
|
vMinecraftUsers.getProfile(player).setTpback(cxyz);
|
|
vMinecraftUsers.getProfile(player).setTpback(cxyz);
|
|
player.sendMessage(Colors.Rose + "/tpback data reset to spawn");
|
|
player.sendMessage(Colors.Rose + "/tpback data reset to spawn");
|
|
return EXIT_SUCCESS;
|
|
return EXIT_SUCCESS;
|