mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Cleanup branch
This commit is contained in:
parent
2c20ae3b18
commit
25051135e9
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user