mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
This commit is contained in:
@@ -210,6 +210,10 @@ public class CreatureObject extends TangibleObject implements Serializable {
|
||||
@Override
|
||||
public void initAfterDBLoad() {
|
||||
super.init();
|
||||
duelList = Collections.synchronizedList(new ArrayList<CreatureObject>());
|
||||
cooldowns = new ConcurrentHashMap<String, Long>();
|
||||
performanceAudience = new Vector<CreatureObject>();
|
||||
tefTime = System.currentTimeMillis();
|
||||
messageBuilder = new CreatureMessageBuilder(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user