Added new shellfinder ui

This commit is contained in:
cake
2025-11-21 04:00:20 +01:00
parent 6341a663f2
commit eaf1259fd5
3 changed files with 364 additions and 111 deletions

View File

@@ -68,7 +68,7 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
try
{
var cid = await _dalamudUtil.GetCIDAsync().ConfigureAwait(false);
return cid.ToString().GetBlake3Hash();
return cid.ToString().GetHash256();
}
catch (Exception ex)
{