mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 08:17:59 +01:00
Use specific counter for Imc.
This commit is contained in:
parent
be729afd4b
commit
d7a8c9415b
3 changed files with 5 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public static class PathDataHandler
|
|||
/// <summary> Create the encoding path for an IMC file. </summary>
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static FullPath CreateImc(ByteString path, ModCollection collection)
|
||||
=> CreateBase(path, collection);
|
||||
=> new($"|{collection.LocalId.Id}_{collection.ImcChangeCounter}_{DiscriminatorString}|{path}");
|
||||
|
||||
/// <summary> Create the encoding path for a TMB file. </summary>
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue