Skip to content

Commit 837ca0d

Browse files
Update src/modules/markers-generator.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8caae40 commit 837ca0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/markers-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ class MarkersModule {
14851485
!this.occupied[i] &&
14861486
cells.burg[i] &&
14871487
burgs[cells.burg[i]].population! < 20 &&
1488-
burgs[cells.burg[i]].population! < 5,
1488+
burgs[cells.burg[i]].population! > 5,
14891489
);
14901490
}
14911491

0 commit comments

Comments
 (0)