mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 19:43:02 +01:00
Minor lint fix
This commit is contained in:
@@ -21,7 +21,11 @@ namespace Tgstation.Server.Host.Components.Chat
|
||||
{
|
||||
if (active == value)
|
||||
return;
|
||||
logger.LogTrace(value ? "Activated" : "Deactivated");
|
||||
if (value)
|
||||
logger.LogTrace("Activated");
|
||||
else
|
||||
logger.LogTrace("Deactivated");
|
||||
|
||||
active = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user