fixed but at20342 (jtp10181)

This commit is contained in:
Borja Ferrer 2005-10-16 00:28:20 +00:00
parent 62e1856229
commit e8a6126473

View File

@ -384,7 +384,7 @@ switchCommand(id, action)
{
g_Modified = found = true
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")
}
}