mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-26 23:20:33 -05:00
hide chat for password protected servers for issue #162
This commit is contained in:
@ -18,7 +18,7 @@ namespace ApplicationTests.Fixtures
|
||||
Say = "say"
|
||||
}
|
||||
};
|
||||
public static ApplicationConfiguration CreateApplicationConfiguration() => new ApplicationConfiguration() { Servers = new[] { CreateServerConfiguration() } };
|
||||
public static ApplicationConfiguration CreateApplicationConfiguration() => new ApplicationConfiguration() { Servers = new[] { CreateServerConfiguration() }, QuickMessages = new QuickMessageConfiguration[0] };
|
||||
public static CommandConfiguration CreateCommandConfiguration() => new CommandConfiguration();
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ namespace ApplicationTests.Fixtures
|
||||
return new EFClientMessage()
|
||||
{
|
||||
Active = true,
|
||||
Message = content,
|
||||
Message = content ?? "test",
|
||||
TimeSent = sent.Value,
|
||||
Client = new EFClient()
|
||||
{
|
||||
|
Reference in New Issue
Block a user