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

Commit 23e0d8f

Browse files
authored
Merge pull request #11 from commandblox/dev
0.1.3 (I feel silly after not testing that one part of 0.1.2)
2 parents f0cda06 + cecf5ff commit 23e0d8f

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)