Let's loop through the signs when saving them to file so we save them
correctly in the flatfile.
This commit is contained in:
@ -46,6 +46,7 @@ public class SimpleLocation {
|
||||
return new Location(Bukkit.getWorld(world), x, y, z, yaw, pitch);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return world + "," + x + "," + y + "," + z + "," + yaw + "," + pitch;
|
||||
}
|
||||
|
Reference in New Issue
Block a user