mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Fixes InstanceMetadata incompatibility with older server versions
This commit is contained in:
@@ -5,7 +5,8 @@ namespace TGS.Interface
|
||||
/// <summary>
|
||||
/// Metadata about an <see cref="Components.ITGInstance"/>
|
||||
/// </summary>
|
||||
[DataContract]
|
||||
//Namespace required for compatibility reasons
|
||||
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/TGServiceInterface")]
|
||||
public sealed class InstanceMetadata
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user