mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
fix issue with BanBroadcasting
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user