Skip to content

Fix duplicate enum definitions#97

Closed
1toop wants to merge 0 commit intoNatroTeam:mainfrom
1toop:main
Closed

Fix duplicate enum definitions#97
1toop wants to merge 0 commit intoNatroTeam:mainfrom
1toop:main

Conversation

@1toop
Copy link

@1toop 1toop commented Feb 11, 2026

fix: duplicate enum definitions

fixed two enum bugs in EnumInt.ahk and Status.ahk:

  1. Line 201 had duplicate "LastHotkey7"
  2. lines 243-250 had duplicate MPlanterGather*/MPuffMode* entries (real ones are at 280-290)

Removed duplicates, kept working definitions to not waste enum slots.

@1toop 1toop requested a review from a team February 11, 2026 16:43
Copy link
Member

@ninjubaer ninjubaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On every file you edited is an invisible change on line 1. this means that you changed the encoding of the file from utf-8 with BOM to utf-8. We would like to keep the BOM on our ahk files. If you're using vscode you can open the command palette and press ctrl+shift+p > save with encoding > utf-8 with BOM (or something similar)

@1toop
Copy link
Author

1toop commented Feb 12, 2026

On every file you edited is an invisible change on line 1. this means that you changed the encoding of the file from utf-8 with BOM to utf-8. We would like to keep the BOM on our ahk files. If you're using vscode you can open the command palette and press ctrl+shift+p > save with encoding > utf-8 with BOM (or something similar)

okay i think i fixed it

@1toop 1toop requested a review from ninjubaer February 12, 2026 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants