Fix a potential crash if SV_DropClient address could not be found
This commit is contained in:
@ -543,11 +543,11 @@ void InitGlobalVars()
|
||||
|
||||
if (!ServerStatic)
|
||||
{
|
||||
MF_Log("svs global variable is not available\n");
|
||||
MF_Log("svs global variable is not available");
|
||||
}
|
||||
|
||||
if (!Server)
|
||||
{
|
||||
MF_Log("sv global variable is not available\n");
|
||||
MF_Log("sv global variable is not available");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user