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 +}