Skip to content

Commit 9718178

Browse files
committed
update
1 parent 8a5e1d2 commit 9718178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CWRRef.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ internal static class CWRRef
5050
/// </summary>
5151
public static bool Has {
5252
get {
53-
_has ??= ModLoader.TryGetMod("CalamityMod", out Mod mod) && mod.Version == new Version(2, 1);
53+
_has ??= ModLoader.TryGetMod("CalamityMod", out Mod mod) && mod.Version == new Version(2, 1, 1);
5454
return _has.Value;
5555
}
5656
}

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
displayName = Calamity Overhaul
22
modReferences = InnoVault@1.9.81
33
sortAfter = CalamityMod, InnoVault
4-
weakReferences = CalamityMod@2.1, ThoriumMod@1.7.2.4, BossChecklist@2.2.2, MagicStorage@0.7.0.11
4+
weakReferences = CalamityMod@2.1.1, ThoriumMod@1.7.2.4, BossChecklist@2.2.2, MagicStorage@0.7.0.11
55
homepage = https://calamity-overhaul.cc
66
author = HoCha113
77
version = 0.8074

0 commit comments

Comments
 (0)