mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Make the DMAPI didn't validate error more descriptive
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user