mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Player Association Access added to datapad on creation, added guildId delta, changed getGuildList to return SWGSet<Guild>
This commit is contained in:
@@ -915,6 +915,10 @@ public class CreatureObject extends TangibleObject implements Serializable {
|
||||
synchronized(objectMutex) {
|
||||
this.guildId = guildId;
|
||||
}
|
||||
|
||||
IoBuffer guildIdDelta = messageBuilder.buildGuildIdDelta(guildId);
|
||||
|
||||
notifyObservers(guildIdDelta, true);
|
||||
}
|
||||
|
||||
public long getLookAtTarget() {
|
||||
|
||||
Reference in New Issue
Block a user