some fixes....
@@ -298,7 +286,7 @@
if (friend != null) //friend logged in.
friend.sendPacket(new SystemMessage(SystemMessageId.FRIEND_S1_HAS_LOGGED_IN).addString(activeChar.getName()));
}
-
+
notifyClanMembers(activeChar);
notifySponsorOrApprentice(activeChar);
@@ -307,7 +295,7 @@
activeChar.setTarget(activeChar);
activeChar.onPlayerEnter();
-
+
activeChar.updateOnlineStatus();
if (Config.PCB_ENABLE)
- if (voicedCommand.indexOf(" ") != -1)
+
+ if(voicedCommand.indexOf(" ") != -1)