Skip to content

Commit

Permalink
Added ModInfo for RedirectLogs (to ensure it will be loaded)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeMD committed Mar 5, 2018
1 parent ea31b0b commit 6903e26
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion RedirectLogs.cs
Expand Up @@ -12,7 +12,15 @@ public class RedirectLogs : ModBase
{
public override ModInfo GetModInfo()
{
return null;
return new ModInfo()
{
Name = "RedirectLogs",
Version = "1.0",
GameVersions = new string[] { "1.5+" },
Description = "Redirecting logs to VS",
Author = "Tyron",
Website = "https://github.com/anegostudios/vsmodexamples"
};
}

public override bool ShouldLoad(EnumAppSide side)
Expand Down

0 comments on commit 6903e26

Please sign in to comment.