mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
fixed but at20342 (jtp10181)
This commit is contained in:
parent
62e1856229
commit
e8a6126473
@ -384,7 +384,7 @@ switchCommand(id, action)
|
|||||||
{
|
{
|
||||||
g_Modified = found = true
|
g_Modified = found = true
|
||||||
setWeapon(a, action)
|
setWeapon(a, action)
|
||||||
console_print(id, "%s %L %L", g_WeaponNames[a], id, "HAS_BEEN", id, action ? "RESTRICTED" : "UNRESTRICTED ")
|
console_print(id, "%s %L %L", g_WeaponNames[a], id, "HAS_BEEN", id, action ? "RESTRICTED" : "UNRESTRICTED")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user