mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Fixed #621, added missing sys message for tracking droids, fixed bounties db null error & wp null error
This commit is contained in:
@@ -179,7 +179,7 @@ public class TangibleObject extends SWGObject implements Serializable {
|
||||
this.customization = customization;
|
||||
}
|
||||
|
||||
notifyObservers(messageBuilder.buildCustomizationDelta(customization), false);
|
||||
notifyObservers(messageBuilder.buildCustomizationDelta(customization), true);
|
||||
}
|
||||
|
||||
public List<Integer> getComponentCustomizations() {
|
||||
|
||||
Reference in New Issue
Block a user