Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e581ba

Browse files
committed
Update ActionMappings to avoid backing up game files in certain situations:
- AxA_xxx_iG OnDisk, InLoadout, isGameFile- ABA_xxx_iG OnDisk, InLoadout, PrevisouDifferent- ABA_xXx_iG OnDisk, InLoadout, PreviousDifferent, PreviousBacked up
1 parentc4c6871 commit1e581ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/NexusMods.Abstractions.Loadouts.Synchronizers/Rules/ActionMapping.cs‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public static Actions MapActions(SignatureShorthand shorthand)
107107
Axx_Xxx_IG=>IngestFromDisk,
108108
AxA_xxx_iL=>BackupFile,
109109
AxA_xxx_iI=>DoNothing,
110-
AxA_xxx_iG=>BackupFile,
110+
AxA_xxx_iG=>DoNothing,
111111
AxA_XxX_iL=>DoNothing,
112112
AxA_XxX_iI=>DoNothing,
113113
AxA_XxX_iG=>DoNothing,
@@ -215,13 +215,13 @@ public static Actions MapActions(SignatureShorthand shorthand)
215215
ABx_XXx_IG=>DeleteFromDisk,
216216
ABA_xxx_iL=>BackupFile,
217217
ABA_xxx_iI=>DoNothing,
218-
ABA_xxx_iG=>BackupFile,
218+
ABA_xxx_iG=>DoNothing,
219219
ABA_XxX_iL=>DoNothing,
220220
ABA_XxX_iI=>DoNothing,
221221
ABA_XxX_iG=>DoNothing,
222222
ABA_xXx_iL=>BackupFile,
223223
ABA_xXx_iI=>DoNothing,
224-
ABA_xXx_iG=>BackupFile,
224+
ABA_xXx_iG=>DoNothing,
225225
ABA_XXX_iL=>DoNothing,
226226
ABA_XXX_iI=>DoNothing,
227227
ABA_XXX_iG=>DoNothing,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp