This commit is contained in:
vis2k 2021-02-24 18:07:39 +08:00
parent 290811e043
commit d202024d1f

View File

@ -459,8 +459,7 @@ public static bool NoConnections()
public static void Update() public static void Update()
{ {
// don't need to update server if not active // don't need to update server if not active
if (!active) if (!active) return;
return;
// Check for dead clients but exclude the host client because it // Check for dead clients but exclude the host client because it
// doesn't ping itself and therefore may appear inactive. // doesn't ping itself and therefore may appear inactive.