project: wrap up loose ends in api, upstream to fix the broken things
This commit is contained in:
@@ -19,7 +19,7 @@ public abstract class RSFriendSystemMixin implements RSFriendSystem
|
||||
@Inject
|
||||
public void rl$removeFriend(String friendName)
|
||||
{
|
||||
RemovedFriend removedFriend = new RemovedFriend(friendName);
|
||||
RemovedFriend removedFriend = new RemovedFriend(client.getFriendManager().getFriendContainer().findByName(friendName));
|
||||
client.getCallbacks().post(removedFriend);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user