diff --git a/core/src/mindustry/core/NetServer.java b/core/src/mindustry/core/NetServer.java index b80f828362..6d26174479 100644 --- a/core/src/mindustry/core/NetServer.java +++ b/core/src/mindustry/core/NetServer.java @@ -59,7 +59,7 @@ public class NetServer implements ApplicationListener{ count++; } } - return count; + return (float)count + Mathf.random(-0.1f, 0.1f); //if several have the same playercount pick random }); return re == null ? null : re.team; }