Fixed another cast error

This commit is contained in:
Treeku
2014-05-31 13:46:42 +01:00
parent 4fa08a623f
commit f8dd851629
@@ -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");
}