Add clientAuthority check

This commit is contained in:
Chris Langsenkamp 2020-01-05 20:01:42 -05:00
parent 7b1761ea1e
commit 847d02cfda

View File

@ -55,7 +55,7 @@ bool sendMessagesAllowed
return true;
}
return hasAuthority;
return (hasAuthority && clientAuthority);
}
}