Forgot to add this to previous commit woops

This commit is contained in:
Obuss 2017-01-29 02:10:48 -06:00
parent 643dcbcfa3
commit 21209f67ea

View File

@ -2250,7 +2250,7 @@ stock CreateBlock(client, targetId = 0, length = -1, type, const String:sReason[
} }
SavePunishment(client, target_list[0], type, length, reason); SavePunishment(client, target_list[0], type, length, reason);
} }
if (target_count > 1 || !skipped) if (target_count > 1 || skipped)
{ {
switch (type) switch (type)
{ {