Recaf
Recaf copied to clipboard
Command plugin load order causes no custom commands to register
Describe the bug
Due to a prior bug regarding config IO, the load order of a few things were changed: #221
This unintentionally changed when command plugins were loaded, causing them to supply the command instances, after they were already queried. Since at the time of the query there were not given no custom commands are added.
See this discord discussion for how this was discovered.
To Reproduce
Steps to reproduce the behavior:
- Add any command-registering plugin
- Attempt to use it