mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Rename this method appropriately
This commit is contained in:
@@ -603,7 +603,7 @@ namespace Tgstation.Server.Host.Components
|
||||
logger.LogInformation("{versionString}", assemblyInformationProvider.VersionString);
|
||||
console.SetTitle(assemblyInformationProvider.VersionString);
|
||||
|
||||
CheckSystemCompatibility();
|
||||
PreflightChecks();
|
||||
|
||||
// To let the web server startup immediately before we do any intense work
|
||||
await Task.Yield();
|
||||
@@ -673,7 +673,7 @@ namespace Tgstation.Server.Host.Components
|
||||
/// <summary>
|
||||
/// Check we have a valid system and configuration.
|
||||
/// </summary>
|
||||
void CheckSystemCompatibility()
|
||||
void PreflightChecks()
|
||||
{
|
||||
logger.LogDebug("Running as user: {username}", Environment.UserName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user