mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Silence VS message about a new() expression
This commit is contained in:
@@ -352,7 +352,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
dbChannel,
|
||||
new List<ChannelRepresentation>
|
||||
{
|
||||
new ChannelRepresentation
|
||||
new ()
|
||||
{
|
||||
RealId = id.Value,
|
||||
IsAdminChannel = dbChannel.IsAdminChannel == true,
|
||||
|
||||
Reference in New Issue
Block a user