mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax
This commit is contained in:
parent
290811e043
commit
d202024d1f
@ -459,8 +459,7 @@ public static bool NoConnections()
|
||||
public static void Update()
|
||||
{
|
||||
// don't need to update server if not active
|
||||
if (!active)
|
||||
return;
|
||||
if (!active) return;
|
||||
|
||||
// Check for dead clients but exclude the host client because it
|
||||
// doesn't ping itself and therefore may appear inactive.
|
||||
|
Loading…
Reference in New Issue
Block a user