Merge branch 'dev' into 1.4

This commit is contained in:
Master Kwoth 2017-06-01 05:22:12 +02:00
commit 4306bdfe75

View File

@ -98,7 +98,7 @@ namespace NadekoBot.Services.Database.Repositories.Impl
{
var config = _set.Include(gc => gc.LogSetting)
.ThenInclude(gc => gc.IgnoredChannels)
.FirstOrDefault();
.FirstOrDefault(x => x.GuildId == guildId);
if (config == null)
{