implement playerState
- use IPlayerState for DalamudUtilService and make things less asynced - make LocationInfo work with ContentFinderData
This commit is contained in:
@@ -344,7 +344,7 @@ public sealed class DtrEntry : IDisposable, IHostedService
|
||||
|
||||
try
|
||||
{
|
||||
var cid = _dalamudUtilService.GetCIDAsync().GetAwaiter().GetResult();
|
||||
var cid = _dalamudUtilService.GetCID();
|
||||
var hashedCid = cid.ToString().GetHash256();
|
||||
_localHashedCid = hashedCid;
|
||||
_localHashedCidFetchedAt = now;
|
||||
|
||||
Reference in New Issue
Block a user