diff --git a/src/Tgstation.Server.Host/Components/InstanceManager.cs b/src/Tgstation.Server.Host/Components/InstanceManager.cs index db511d46fb..ad3ee3de51 100644 --- a/src/Tgstation.Server.Host/Components/InstanceManager.cs +++ b/src/Tgstation.Server.Host/Components/InstanceManager.cs @@ -224,10 +224,7 @@ namespace Tgstation.Server.Host.Components lock (instances) { if (!instances.TryGetValue(metadata.Id.Value, out var instance)) - { - logger.LogTrace("Cannot reference instance {instanceId} as it is not online or on this node!", metadata.Id); return null; - } return instance.AddReference(); }