Prevent important messages from being accidentally filtered.
This commit is contained in:
parent
79a4e4a0e3
commit
0e5c6e37b1
11 changed files with 13 additions and 13 deletions
|
|
@ -1385,7 +1385,7 @@ void FLevelLocals::DoLoadLevel(const FString &nextmapname, int position, bool au
|
|||
{
|
||||
FString mapname = nextmapname;
|
||||
mapname.ToUpper();
|
||||
Printf(PRINT_NONOTIFY, "\n" TEXTCOLOR_NORMAL "%s\n\n" TEXTCOLOR_BOLD "%s - %s\n\n", console_bar, mapname.GetChars(), LevelName.GetChars());
|
||||
Printf(PRINT_HIGH | PRINT_NONOTIFY, "\n" TEXTCOLOR_NORMAL "%s\n\n" TEXTCOLOR_BOLD "%s - %s\n\n", console_bar, mapname.GetChars(), LevelName.GetChars());
|
||||
}
|
||||
|
||||
// Set the sky map.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue