mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Fixed CollectionService system messages, added STF datatable to quickly obtain an entry from an STF
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user