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:
rootdarkarchon
2022-10-08 14:35:30 +02:00
committed by GitHub
parent 9533dd0cfb
commit f9cf26ed69
11 changed files with 338 additions and 201 deletions

View File

@@ -79,7 +79,7 @@ public class OnlinePlayerManager : IDisposable
private void ApiControllerOnConnected()
{
var apiTask = _apiController.GetOnlineCharacters();
var apiTask = _apiController.UserGetOnlineCharacters();
Task.WaitAll(apiTask);