Fix mod chat

This commit is contained in:
Bluzume 2021-11-09 00:28:33 -05:00
parent 07952c6c02
commit 9b32c8edeb
2 changed files with 2 additions and 2 deletions

View file

@ -409,7 +409,7 @@ namespace HISP.Game.Chat
if (channel == ChatChannel.Mod)
{
if (!user.Moderator || !user.Administrator) // No mod chat for non-mods!
if (!user.Moderator && !user.Administrator) // No mod chat for non-mods!
{
Logger.WarnPrint(user.Username + " attempted to send in MOD chat, without being a MOD.");
return new GameClient[0];

@ -1 +1 @@
Subproject commit 66bbfd79136875e04822171c5b755f0129b23061
Subproject commit ed3ee67204a391ed0f8c43b681af64e7f7b2883f