Added GroupChat, PlanetChat, and basic chat channels

This commit is contained in:
Waverunner
2014-04-16 16:52:11 -04:00
parent 9bed860429
commit ff6c2d7d4c
13 changed files with 258 additions and 65 deletions
@@ -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() {