Skip to content

Commit fa99f58

Browse files
Last refactor before release ✨
1 parent c688e71 commit fa99f58

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ModLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Il2CppInterop.Runtime.InteropTypes.Arrays;
66
using Il2CppSystem.Linq;
77
using LibCpp2IL;
8-
using MonoMod.Utils;
98
using Newtonsoft.Json.Linq;
109
using PolyMod.Json;
1110
using Polytopia.Data;

src/Visual.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private static void StartScreen_Start()
3535
rect.anchorMin = new(0, 0);
3636
text.GetComponent<TextMeshProUGUI>().fontSize = 18;
3737
text.GetComponent<TextMeshProUGUI>().alignment = TextAlignmentOptions.BottomLeft;
38-
text.GetComponent<TMPLocalizer>().Text = $"PolyMod {Plugin.VERSION}";
38+
text.GetComponent<TMPLocalizer>().Text = $"PolyMod {(Plugin.VERSION == "0.0.0" ? "Dev" : Plugin.VERSION)}";
3939
text.AddComponent<LayoutElement>().ignoreLayout = true;
4040

4141
GameObject originalButton = GameObject.Find("StartScreen/WeeklyChallengesButton");

0 commit comments

Comments
 (0)