2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-05-02 09:59:34 +03:00
This commit is contained in:
Arkshine 2015-01-31 15:38:35 +01:00
parent 4ceb767022
commit 30ee4df0fa

@ -339,7 +339,7 @@ void CtrlDetours_BuyCommands(bool set)
if (!GiveShieldDetour || !GiveNamedItemDetour || !AddAccountDetour)
{
if (!GiveNamedItemDetour)
if (!GiveShieldDetour)
{
MF_Log("GiveShield is not available");
}