From f3591f1d8b3cc3814f728e60a117b8790a6a1d74 Mon Sep 17 00:00:00 2001 From: Shank Date: Mon, 30 May 2011 01:20:27 -0600 Subject: [PATCH] Fixed version --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 08d7142c..e92b8120 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -14,7 +14,7 @@ namespace TShockAPI { public static string saveDir = "./tshock/"; - public abstract Version Version + public override Version Version { get { return new Version(0, 1); } }