mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:57:22 +01:00
migrate to strong api calls (#29)
* migrate to strong api calls * set last added user to null on changing notes popup setting
This commit is contained in:
parent
9533dd0cfb
commit
f9cf26ed69
11 changed files with 338 additions and 201 deletions
|
|
@ -79,7 +79,7 @@ public class OnlinePlayerManager : IDisposable
|
|||
|
||||
private void ApiControllerOnConnected()
|
||||
{
|
||||
var apiTask = _apiController.GetOnlineCharacters();
|
||||
var apiTask = _apiController.UserGetOnlineCharacters();
|
||||
|
||||
Task.WaitAll(apiTask);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue