-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
While I was tracing the case_sensitive prelude metadata I realised that a warning is unreachable because the metadata property is an array at that point in the code, not an object
Reproduction Steps
- Have a basic game
- Have 1 prelude metadata and have the second one be case_sensitive
- The warning doesn't show up
What did you expect would happen?
The warning that case sensitive should be the first metadata prelude should show up
Easy fix: change object.keys with a for loop that checks all the keys
More thorough fix: Refactor metadata to always be an object
OS & Browser version, desktop/mobile
linux, chrome, on the web
Screenshots, example projects, other relevant issues, etc.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working