From 21209f67eafe1462510cc86d4984f07dae05d122 Mon Sep 17 00:00:00 2001 From: Obuss Date: Sun, 29 Jan 2017 02:10:48 -0600 Subject: [PATCH] Forgot to add this to previous commit woops --- sourcebans/scripting/sourcecomms.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcebans/scripting/sourcecomms.sp b/sourcebans/scripting/sourcecomms.sp index 5c68d13..abfd7dd 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) {