This commit is contained in:
Thorsten Sommer 2025-06-27 20:50:49 +02:00
parent e3cb76bc3f
commit 3fd8b97461
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -32,7 +32,7 @@ public sealed class EnterpriseEnvironmentService(ILogger<EnterpriseEnvironmentSe
{
try
{
logger.LogInformation("Starting update of the enterprise environment.");
logger.LogInformation("Start updating of the enterprise environment.");
var enterpriseRemoveConfigId = await rustService.EnterpriseEnvRemoveConfigId();
var isPlugin2RemoveInUse = PluginFactory.AvailablePlugins.Any(plugin => plugin.Id == enterpriseRemoveConfigId);