mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 18:06:39 +00:00
src/server/Master.ts
This commit is contained in:
@@ -103,7 +103,7 @@ export async function startMaster() {
|
||||
setInterval(
|
||||
() =>
|
||||
fetchLobbies().then((lobbies) => {
|
||||
if (lobbies == 0) {
|
||||
if (lobbies === 0) {
|
||||
scheduleLobbies();
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user