engine: refactor rcon redirect, don't make it depend on global object

This commit is contained in:
Alibek Omarov
2023-12-13 14:56:27 +03:00
parent 514da0ffa9
commit 36c2f9e9f2
5 changed files with 40 additions and 41 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ void Sys_Print( const char *pMsg )
Sys_PrintLog( pMsg );
Rcon_Print( pMsg );
Rcon_Print( &host.rd, pMsg );
}
/*