Added new shellfinder ui
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user