do not handle blocked/muted characters

simplify get ids

potentially fix invalid chara state

partial 514d254

skip erroneous blockstatus
This commit is contained in:
Stanley Dimant
2024-10-29 21:38:19 +01:00
committed by Loporrit
parent 289f776223
commit 9fd3647f02
3 changed files with 54 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ public sealed class Plugin : IDalamudPlugin
collection.AddSingleton<FileCompactor>();
collection.AddSingleton<TagHandler>();
collection.AddSingleton<UidDisplayHandler>();
collection.AddSingleton<BlockedCharacterHandler>();
collection.AddSingleton<IpcProvider>();
collection.AddSingleton<PluginWatcherService>();
collection.AddSingleton<PlayerPerformanceService>();