From 8dd84e15fb800573f87b54d8684eeb58a90d194c Mon Sep 17 00:00:00 2001 From: RyanGuild Date: Thu, 24 Oct 2024 09:28:39 -0400 Subject: [PATCH] priority set to 0 on 541 --- modules/cultures-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cultures-generator.js b/modules/cultures-generator.js index 75e534b18..34dc5eddc 100644 --- a/modules/cultures-generator.js +++ b/modules/cultures-generator.js @@ -538,7 +538,7 @@ window.Cultures = (function () { for (const culture of cultures) { if (!culture.i || culture.removed || culture.lock) continue; - queue.push({cellId: culture.center, cultureId: culture.i, priority: 0}, priority); + queue.push({cellId: culture.center, cultureId: culture.i, priority: 0}, 0); } while (queue.length) {