We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2860c1 commit fdd75e2Copy full SHA for fdd75e2
Penumbra/Api/Api/MetaApi.cs
@@ -51,7 +51,7 @@ public Task<string> GetMetaManipulationsAsync(int gameObjectIdx)
51
}
52
53
internal static string CompressMetaManipulations(ModCollection collection)
54
- => CompressMetaManipulationsV0(collection);
+ => CompressMetaManipulationsV1(collection);
55
56
private static string CompressMetaManipulationsV0(ModCollection collection)
57
{
0 commit comments