mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Added GroupChat, PlanetChat, and basic chat channels
This commit is contained in:
@@ -1690,7 +1690,12 @@ public class CreatureObject extends TangibleObject implements IPersistent {
|
||||
synchronized(objectMutex) {
|
||||
this.inStealth = inStealth;
|
||||
}
|
||||
|
||||
if (getClient() != null && getClient().getSession() != null) {
|
||||
getClient().getSession().write(messageBuilder.buildStealthFlagDelta(inStealth));
|
||||
}
|
||||
notifyObservers(messageBuilder.buildStealthFlagDelta(inStealth), false);
|
||||
|
||||
}
|
||||
|
||||
public boolean isRadarVisible() {
|
||||
|
||||
Reference in New Issue
Block a user