mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Equipment list now uses ids instead of the referencing the object to avoid storing duplicate objects in the db
This commit is contained in:
@@ -167,6 +167,7 @@ public class PlayerObject extends IntangibleObject implements Serializable {
|
||||
super.init();
|
||||
lastPlayTimeUpdate = System.currentTimeMillis();
|
||||
messageBuilder = new PlayerMessageBuilder(this);
|
||||
waypoints.forEach(WaypointObject::initAfterDBLoad);
|
||||
}
|
||||
|
||||
public String getTitle() {
|
||||
|
||||
Reference in New Issue
Block a user