mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Fixed warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user