mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 03:04:14 +01:00
cleanup
This commit is contained in:
parent
f8993916bd
commit
ae5f1e9527
12 changed files with 170 additions and 121 deletions
|
|
@ -45,7 +45,7 @@ public class OnlinePlayerManager : DisposableMediatorSubscriberBase
|
|||
|
||||
private void FrameworkOnUpdate()
|
||||
{
|
||||
if (!_dalamudUtil.IsPlayerPresent || !_apiController.IsConnected) return;
|
||||
if (!_dalamudUtil.GetIsPlayerPresent() || !_apiController.IsConnected) return;
|
||||
|
||||
if (!_newVisiblePlayers.Any()) return;
|
||||
var newVisiblePlayers = _newVisiblePlayers.ToList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue