Fixed warnings

This commit is contained in:
Treeku
2014-07-15 06:16:26 +01:00
parent 9396f65caa
commit 7e1d0b99a9
31 changed files with 50 additions and 42 deletions
+1 -1
View File
@@ -1103,7 +1103,7 @@ public class ObjectService implements INetworkDispatch {
// Find out what friends are online/offline
for (String friend : ghost.getFriendList()) {
SWGObject friendObject = core.chatService.getObjectByFirstName(friend);
SWGObject friendObject = core.objectService.getObjectByFirstName(friend);
if(friendObject != null && friendObject.isInQuadtree()) {
ChatFriendsListUpdate onlineNotifyStatus = new ChatFriendsListUpdate(friend, (byte) 1);