mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix net_restart when networking was temporarily disabled
This commit is contained in:
parent
fe64955c0c
commit
66820c79f4
1 changed files with 3 additions and 2 deletions
|
@ -1709,6 +1709,7 @@ void NET_Sleep(int msec)
|
||||||
NET_Restart_f
|
NET_Restart_f
|
||||||
====================
|
====================
|
||||||
*/
|
*/
|
||||||
void NET_Restart_f( void ) {
|
void NET_Restart_f(void)
|
||||||
NET_Config( networkingEnabled );
|
{
|
||||||
|
NET_Config(qtrue);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue