Overrides - Fixed incorrect "no overrides" text

This commit is contained in:
Emmanuel BENOîT 2017-11-26 18:55:23 +01:00
parent 0a06593f97
commit 8ec79f591d

View file

@ -156,6 +156,7 @@ void T_UISync::makeOverridesWindow( )
if ( sos.title == "*root*" ) {
return true;
}
found = true;
return HandleOverrideSection_( sos , exit , stack );
}
if ( exit ) {