qstcompanion v1.0.5
This commit is contained in:
parent
52daefcfd7
commit
5e1e1decc5
9 changed files with 304 additions and 200 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue