mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
merged with dev
This commit is contained in:
@@ -323,7 +323,7 @@ public class BoatGroup extends Group {
|
||||
return boat.getSourceID();
|
||||
}
|
||||
|
||||
public Wake getWake () {
|
||||
public Group getWake () {
|
||||
return wake;
|
||||
}
|
||||
|
||||
@@ -331,7 +331,7 @@ public class BoatGroup extends Group {
|
||||
return lineGroup;
|
||||
}
|
||||
|
||||
public BoatAnnotations getAnnotations() {
|
||||
public Group getAnnotations() {
|
||||
return boatAnnotations;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user