>Not even sure if this is the right enum

This commit is contained in:
Jordan Brown
2017-06-29 00:03:40 -04:00
committed by GitHub
parent fb432c8fc3
commit b6bb1fa914
+1 -1
View File
@@ -188,7 +188,7 @@ namespace TGServerService
return GetVersion(TGByondVersion.Staged) ?? "None";
else if (parameters[0].ToLower() == "--latest")
return GetVersion(TGByondVersion.Latest) ?? "Unknown";
return GetVersion(TGByondVersion.Staged) ?? "Uninstalled";
return GetVersion(TGByondVersion.Installed) ?? "Uninstalled";
case "status":
return adminmessage ?? SendCommand(SCIRCStatus);
case "adminwho":