mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:37:23 +01:00
idk some cleanup
This commit is contained in:
parent
af05de5e3b
commit
004f50123c
2 changed files with 42 additions and 43 deletions
|
|
@ -59,7 +59,7 @@ public sealed class XivDataAnalyzer
|
|||
_logger.LogWarning(ex, "Could not process skeleton data");
|
||||
}
|
||||
|
||||
return outputIndices;
|
||||
return (outputIndices.Count != 0 && outputIndices.Values.All(u => u.Count > 0)) ? outputIndices : null;
|
||||
}
|
||||
|
||||
public unsafe Dictionary<string, List<ushort>>? GetBoneIndicesFromPap(string hash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue