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