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 64286b2 commit a83cc0aCopy full SHA for a83cc0a
CSync/Lib/SyncedEntryBase.cs
@@ -23,7 +23,7 @@ public void SetSerializedValueOverride(string value)
23
}
24
25
internal SyncedEntryDelta ToDelta() => new SyncedEntryDelta(
26
- configFileRelativePath: Path.GetFileName(BoxedEntry.ConfigFile.ConfigFilePath),
+ configFileRelativePath: BoxedEntry.ConfigFile.GetConfigFileRelativePath(),
27
definition: BoxedEntry.Definition.ToSynced(),
28
serializedValue: BoxedEntry.GetSerializedValue()
29
);
0 commit comments