mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Fixed another cast error
This commit is contained in:
@@ -172,7 +172,7 @@ public class TangibleObject extends SWGObject implements Serializable {
|
||||
notifyClients(getBaseline(3).set("customization", customization), true);
|
||||
}
|
||||
|
||||
public SWGList<Integer> getComponentCustomizations() {
|
||||
public SWGSet<Integer> getComponentCustomizations() {
|
||||
return (SWGSet<Integer>) getBaseline(3).get("componentCustomizations");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user