Skip to content

Commit

Permalink
fix: fix save command enum error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofes committed Jan 9, 2025
1 parent 42b75be commit 5e691a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ll/core/command/BuiltinCommands.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#include "ll/core/command/BuiltinCommands.h"
#include "ll/api/memory/Hook.h"

#include "mc/server/commands/ServerCommands.h"
#include "mc/server/commands/standard/TeleportCommand.h"
#include "mc/server/DedicatedServerCommands.h"
#include "mc/world/events/ServerInstanceEventCoordinator.h"


namespace ll::command {
LL_TYPE_INSTANCE_HOOK(
RegisterBuiltinCommands,
ll::memory::HookPriority::Highest,
ServerInstanceEventCoordinator,
&ServerInstanceEventCoordinator::sendServerInitializeEnd,
DedicatedServerCommands,
&DedicatedServerCommands::setupStandaloneServer,
void,
::ServerInstance& ins
) {
Expand Down

0 comments on commit 5e691a2

Please sign in to comment.