diff --git a/sourcebans/scripting/sourcecomms.sp b/sourcebans/scripting/sourcecomms.sp index 5c68d136..abfd7dd5 100644 --- a/sourcebans/scripting/sourcecomms.sp +++ b/sourcebans/scripting/sourcecomms.sp @@ -2250,7 +2250,7 @@ stock CreateBlock(client, targetId = 0, length = -1, type, const String:sReason[ } SavePunishment(client, target_list[0], type, length, reason); } - if (target_count > 1 || !skipped) + if (target_count > 1 || skipped) { switch (type) {