We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57639b commit 8faed7bCopy full SHA for 8faed7b
1 file changed
src/Gamemodes/Survival.ts
@@ -26,7 +26,7 @@ import ShapeManager from "../Entity/Shape/Manager";
26
import { ArenaFlags, ClientBound } from "../Const/Enums";
27
import { tps, countdownTicks, scoreboardUpdateInterval } from "../config";
28
29
-const MIN_PLAYERS = 4;
+const MIN_PLAYERS = 4; // 6 in Diep.io
30
31
/**
32
* Manage shape count
0 commit comments