mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-16 14:32:33 +03:00
Inverse MPROP_NOCOLORS
This commit is contained in:
parent
a4be7ba033
commit
0cf528fba0
@ -1170,7 +1170,7 @@ static cell AMX_NATIVE_CALL menu_getprop(AMX *amx, cell *params)
|
|||||||
}
|
}
|
||||||
case MPROP_NOCOLORS:
|
case MPROP_NOCOLORS:
|
||||||
{
|
{
|
||||||
return static_cast<cell>(pMenu->m_AutoColors);
|
return static_cast<cell>(!pMenu->m_AutoColors);
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user