Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

Command plugin load order causes no custom commands to register

Open Col-E opened this issue 5 years ago • 0 comments

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:

  1. Add any command-registering plugin
  2. Attempt to use it

Col-E avatar Aug 20 '20 04:08 Col-E