This commit is contained in:
Infi
2025-12-19 06:49:18 +01:00
parent 956e57a6bd
commit 4f9a6cd5be
12 changed files with 28 additions and 51 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ public class DbViewer : Window
{
try
{
ulong? character = OnlyCurrentCharacter ? Plugin.ClientState.LocalContentId : null;
ulong? character = OnlyCurrentCharacter ? Plugin.PlayerState.ContentId : null;
var channels = ChatCodes.Select(c => (uint) c.Key).ToArray();
// We only want to fetch count if this is the first page