Update src/modules/military-generator.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Marc Emmanuel 2026-02-28 10:04:56 +01:00 committed by GitHub
parent 1fbf78f09d
commit 020c454380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -487,7 +487,6 @@ class MilitaryModule {
// remove all existing regiment notes before regenerating
for (let i = notes.length - 1; i >= 0; i--) {
if (notes[i].id.startsWith("regiment")) notes.splice(i, 1);
}
// get regiments for each state
valid.forEach((s) => {