mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-22 07:13:07 -04:00
Adds waypoint limit when creating.
This commit is contained in:
@@ -112,6 +112,11 @@ public class PlayerObject extends IntangibleObject {
|
||||
return waypoints.get(objId);
|
||||
}
|
||||
}
|
||||
public SWGMap<Long, WaypointObject> getWaypoints() {
|
||||
synchronized(waypoints) {
|
||||
return waypoints;
|
||||
}
|
||||
}
|
||||
|
||||
public void updateWaypoint(WaypointObject obj) {
|
||||
synchronized(waypoints) {
|
||||
|
||||
Reference in New Issue
Block a user