1
0
Fork 0
forked from aly/qstbak

qstcompanion v1.0.5

This commit is contained in:
alydev 2025-12-04 04:40:50 +10:00
parent 52daefcfd7
commit 5e1e1decc5
9 changed files with 304 additions and 200 deletions

View file

@ -267,7 +267,6 @@ public class AutoRetainerIPC : IDisposable
{
resolvedName = name2 + "@" + world2;
characterCache[cid] = resolvedName;
log.Debug($"[AutoRetainerIPC] CID {cid} resolved to {resolvedName} (via properties)");
return resolvedName;
}
}
@ -277,7 +276,6 @@ public class AutoRetainerIPC : IDisposable
if (!string.IsNullOrEmpty(resolvedName))
{
characterCache[cid] = resolvedName;
log.Debug($"[AutoRetainerIPC] CID {cid} resolved to {resolvedName} (via JSON)");
return resolvedName;
}
}