Fixed CollectionService system messages, added STF datatable to quickly obtain an entry from an STF

This commit is contained in:
Seefo
2014-05-11 16:21:34 -04:00
parent fd524a5a75
commit 146df320b8
3 changed files with 38 additions and 8 deletions
@@ -134,10 +134,10 @@ public class TangibleObject extends SWGObject implements Serializable {
messageBuilder = new TangibleMessageBuilder(this);
}
@Deprecated
public void setCustomName2(String customName) {
setCustomName(customName);
notifyObservers(messageBuilder.buildCustomNameDelta(customName), true);
System.err.println("setCustomName2 is now deprecated - please use setCustomName");
}
public int getIncapTimer() {