Skip to content

Commit

Permalink
Removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mflerackers committed Dec 8, 2024
1 parent c735f78 commit a91a83e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/systems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export const system = (name: string, action: () => void, when: LCEvents[]) => {
when,
};

// save the index of the system in systems by event, so we can remove it later
// fastly
for (const loc of when) {
_k.systemsByEvent[loc].push(system);
}
Expand Down

0 comments on commit a91a83e

Please sign in to comment.