mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-25 10:13:02 -04:00
CommandService now loads commands from other datatables, Made WaypointObject encodable for SWGMap, Added requestWaypointAtPosition
This commit is contained in:
@@ -32,6 +32,12 @@ public class PlayerObject extends IntangibleObject {
|
||||
setVolume(0);
|
||||
}
|
||||
|
||||
public void addWaypoint(WaypointObject waypoint) {
|
||||
synchronized(waypoints) {
|
||||
waypoints.put(waypoint.getObjectId(), waypoint);
|
||||
}
|
||||
}
|
||||
|
||||
public String getProfession() {
|
||||
return profession;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user