mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-18 21:51:37 +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
|
||||
====================
|
||||
*/
|
||||
void NET_Restart_f( void ) {
|
||||
NET_Config( networkingEnabled );
|
||||
void NET_Restart_f(void)
|
||||
{
|
||||
NET_Config(qtrue);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue