CommandService now loads commands from other datatables, Made WaypointObject encodable for SWGMap, Added requestWaypointAtPosition

This commit is contained in:
Waverunner
2015-01-06 17:23:13 -05:00
parent 1b8f2c2e30
commit 898dda3832
5 changed files with 77 additions and 14 deletions
@@ -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;
}