Added SWG, Server, and other parent channels

This commit is contained in:
Waverunner
2014-04-11 02:25:08 +02:00
committed by CharonInferar
parent a1370a9b60
commit 4cb78da62c
4 changed files with 22 additions and 17 deletions
-1
View File
@@ -855,7 +855,6 @@ public class ObjectService implements INetworkDispatch {
if(!core.getConfig().getString("MOTD").equals(""))
creature.sendSystemMessage(core.getConfig().getString("MOTD"), (byte) 2);
core.chatService.joinChatRoom(creature.getCustomName().toLowerCase(), "SWG." + core.getGalaxyName() + "." + creature.getPlanet().getName() + ".Planet");
core.playerService.postZoneIn(creature);
}