mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fix a NullReferenceException in ByondCommand
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Tgstation.Server.Host.Components.Chat.Commands
|
||||
});
|
||||
return Task.FromResult(new MessageContent
|
||||
{
|
||||
Text = watchdog.ActiveCompileJob.ByondVersion,
|
||||
Text = watchdog.ActiveCompileJob?.ByondVersion ?? "None!",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user