mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added con_autochat
This commit is contained in:
parent
7536301d2e
commit
223463729a
1 changed files with 4 additions and 0 deletions
|
@ -1474,6 +1474,10 @@ void Com_Init( char *commandLine ) {
|
|||
#endif
|
||||
Cvar_Get("protocol", com_protocol->string, CVAR_ROM);
|
||||
|
||||
#ifndef DEDICATED
|
||||
con_autochat = Cvar_Get("con_autochat", "1", CVAR_ARCHIVE);
|
||||
#endif
|
||||
|
||||
Sys_Init();
|
||||
Netchan_Init( Com_Milliseconds() & 0xffff ); // pick a port value that should be nice and random
|
||||
SV_Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue