1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

fix issue with BanBroadcasting

This commit is contained in:
RaidMax 2023-04-05 14:12:59 -05:00
parent db17baea20
commit 68b92ecc9e

View File

@ -15,7 +15,7 @@ const plugin = {
manager: null,
onClientPenalty: function (penaltyEvent) {
if (!this.enableBroadcastBans) {
if (!this.enableBroadcastBans || penaltyEvent.penalty.type !== 5) {
return;
}