Fixed menu toggle restrictions, disabled group menu restrictions, next commit will have it done, fixed a bunch of compiler errors :P
This commit is contained in:
@ -263,7 +263,7 @@ LogFlagCheck(logtype, modulefilter = 0)
|
||||
{
|
||||
if (modulefilter && (logtype & LOG_MODULES_ENABLED))
|
||||
{
|
||||
if (type & modulefilter)
|
||||
if (logtype & modulefilter)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user