diff --git a/src/Tgstation.Server.Api/Models/Byond.cs b/src/Tgstation.Server.Api/Models/Byond.cs index 6654babe0a..d9a87d4643 100644 --- a/src/Tgstation.Server.Api/Models/Byond.cs +++ b/src/Tgstation.Server.Api/Models/Byond.cs @@ -20,11 +20,5 @@ namespace Tgstation.Server.Api.Models /// [Permissions(ReadRight = ByondRights.ReadInstalled, WriteRight = ByondRights.ChangeVersion)] public Version Version { get; set; } - - /// - /// The of the that's currently running the game servers - /// - [Permissions(DenyWrite = true, ReadRight = ByondRights.ReadPrevious)] - public Version PreviousVersion { get; set; } } }