Make the DMAPI didn't validate error more descriptive

This commit is contained in:
Jordan Brown
2022-02-15 16:19:08 -05:00
parent db13993dc8
commit 8f27f2f9de
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
<!-- Integration tests will ensure they match across the board -->
<Import Project="ControlPanelVersion.props" />
<PropertyGroup>
<TgsCoreVersion>4.16.1</TgsCoreVersion>
<TgsCoreVersion>4.16.2</TgsCoreVersion>
<TgsConfigVersion>4.1.0</TgsConfigVersion>
<TgsApiVersion>9.3.0</TgsApiVersion>
<TgsApiLibraryVersion>9.3.1</TgsApiLibraryVersion>
<TgsApiVersion>9.3.1</TgsApiVersion>
<TgsApiLibraryVersion>9.3.2</TgsApiLibraryVersion>
<TgsClientVersion>10.4.1</TgsClientVersion>
<TgsDmapiVersion>6.0.4</TgsDmapiVersion>
<TgsInteropVersion>5.3.0</TgsInteropVersion>
+1 -1
View File
@@ -327,7 +327,7 @@ namespace Tgstation.Server.Api.Models
/// <summary>
/// The DMAPI never validated itself
/// </summary>
[Description("DreamDaemon did not validate the DMAPI!")]
[Description("DreamDaemon did not validate the DMAPI! This can occur if your world is encountering runtime errors during startup.")]
DreamMakerNeverValidated,
/// <summary>