mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:37:23 +01:00
fix some bugs
This commit is contained in:
parent
831a3dd1ee
commit
780131fb91
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ public sealed class TransientResourceManager : DisposableMediatorSubscriberBase
|
|||
}
|
||||
|
||||
bool reloadSemiTransient = false;
|
||||
if (SemiTransientResources.TryGetValue(objectKind, out var semiset))
|
||||
if (objectKind == ObjectKind.Player && SemiTransientResources.TryGetValue(objectKind, out var semiset))
|
||||
{
|
||||
foreach (var file in semiset.Where(p => list.Contains(p, StringComparer.OrdinalIgnoreCase)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue