mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Boat names now change, just the issue of the lobby not updating unless another person joins/leaves to try and fix.
tags: #story[1142]
This commit is contained in:
@@ -298,6 +298,10 @@ public class ServerYacht extends Observable {
|
||||
return country;
|
||||
}
|
||||
|
||||
public void setBoatName(String name) {
|
||||
boatName = name;
|
||||
shortName = name.split(" ")[0];
|
||||
}
|
||||
|
||||
public GeoPoint getLocation() {
|
||||
return location;
|
||||
|
||||
Reference in New Issue
Block a user