Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit b1537ea

Browse files
committed
version bump and removed broken/useless code
1 parent ccab0c8 commit b1537ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ModManager.cs

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public static class ModManager
3434
public static string GetLoadedModsInfoText()
3535
{
3636
string modInfoString = "";
37-
Logger.Log(string.Join(", ", loadedMods));
38-
//Debug.Log(string.Join(", ", loadedMods));
3937
int i = 0;
4038
foreach (var loadedMod in loadedMods)
4139
{

Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
// X: major versions
3838
// Y: feature addition/ removal
3939
// Z: small patch/ bugfix
40-
[assembly: AssemblyVersion("0.1.2")]
40+
[assembly: AssemblyVersion("0.1.3")]

0 commit comments

Comments
 (0)