Skip to content

Commit 06cee59

Browse files
committed
also use local lastChanged for merged in mods
1 parent d4a7a5f commit 06cee59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wh3mm",
33
"productName": "wh3mm",
4-
"version": "1.26.0",
4+
"version": "1.26.1",
55
"description": "WH3 Mod Manager",
66
"main": ".webpack/main",
77
"scripts": {

src/packFileSerializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ export const mergeMods = async (mods: Mod[], newFileName?: string) => {
444444
(mod) =>
445445
({
446446
path: mod.path,
447-
lastChanged: mod.lastChanged,
447+
lastChanged: mod.lastChanged || mod.lastChangedLocal,
448448
humanName: mod.humanName,
449449
name: mod.name,
450450
} as MergedModsData)

0 commit comments

Comments
 (0)