mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
fix buddy requests
This commit is contained in:
parent
e7b24c709f
commit
0ead78fa76
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace HISP.Player
|
|||
|
||||
public void AddToLocalList(int value)
|
||||
{
|
||||
list.Remove(value);
|
||||
list.Add(value);
|
||||
}
|
||||
public Friends(User user)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue