Cleanup branch

This commit is contained in:
momo5502 2021-03-01 20:56:16 +01:00
parent 2c20ae3b18
commit 25051135e9

View File

@ -118,11 +118,7 @@ namespace console
{
utils::thread::create_named_thread("Console", [this]()
{
if (game::environment::is_dedi())
{
game::Sys_ShowConsole();
}
else if (!utils::flags::has_flag("noconsole"))
if (game::environment::is_dedi() || !utils::flags::has_flag("noconsole"))
{
game::Sys_ShowConsole();
}