fix issue with BanBroadcasting
This commit is contained in:
parent
4442826bcf
commit
2e6a1efb47
@ -15,7 +15,7 @@ const plugin = {
|
||||
manager: null,
|
||||
|
||||
onClientPenalty: function (penaltyEvent) {
|
||||
if (!this.enableBroadcastBans) {
|
||||
if (!this.enableBroadcastBans || penaltyEvent.penalty.type !== 5) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user