mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-30 15:48:04 +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:
|
||||
{
|
||||
return static_cast<cell>(pMenu->m_AutoColors);
|
||||
return static_cast<cell>(!pMenu->m_AutoColors);
|
||||
}
|
||||
default:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user