It's rim(W!)orld

This commit is contained in:
2025-03-16 02:05:24 +01:00
parent eee0ede75d
commit 07ba9604fa
7 changed files with 12 additions and 12 deletions

View File

@@ -133,9 +133,9 @@ class ModList {
name:
existingMod?.name ??
(isBaseGame
? "Rimworld"
? "RimWorld"
: isExpansion
? "Rimworld ${_expansionNameFromId(modId)}"
? "RimWorld ${_expansionNameFromId(modId)}"
: modId),
id: existingMod?.id ?? modId,
path: existingMod?.path ?? '',