From d8ec99bc2affbb14bc44c64ef6b284988af033a9 Mon Sep 17 00:00:00 2001 From: Blacktail92 <44023043+Blacktail92@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:58:19 +0300 Subject: [PATCH] correct plugin name --- Plugins/antiblood/antiblood.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/antiblood/antiblood.sp b/Plugins/antiblood/antiblood.sp index f3c0a99..9e0bc24 100644 --- a/Plugins/antiblood/antiblood.sp +++ b/Plugins/antiblood/antiblood.sp @@ -6,7 +6,7 @@ ConVar g_cEnableNoBlood; public Plugin myinfo = { - name = "Anit blood", + name = "Anti blood", author = "Bara, IT-KiLLER", description = "Hide blood", version = "1.0", @@ -102,4 +102,4 @@ stock int GetDecalName(int index, char[] sDecalName, int maxlen) } return ReadStringTable(table, index, sDecalName, maxlen); -} \ No newline at end of file +}