Skip to content

Commit

Permalink
refactor: set BuiltinCommands's hook priority to highest
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Mar 1, 2024
1 parent 165abf5 commit 2f58b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/core/command/BuiltinCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace ll::command {
LL_TYPE_INSTANCE_HOOK(
registerBuiltinCommands,
ll::memory::HookPriority::Normal,
ll::memory::HookPriority::Highest,
ServerInstanceEventCoordinator,
&ServerInstanceEventCoordinator::sendServerThreadStarted,
void,
Expand Down

0 comments on commit 2f58b1b

Please sign in to comment.