src/server/Master.ts

This commit is contained in:
Scott Anderson
2025-05-14 01:58:35 -04:00
parent 95b1777769
commit 90c1de44b6
+1 -1
View File
@@ -103,7 +103,7 @@ export async function startMaster() {
setInterval(
() =>
fetchLobbies().then((lobbies) => {
if (lobbies == 0) {
if (lobbies === 0) {
scheduleLobbies();
}
}),