mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
启用真指令
This commit is contained in:
parent
be445b32d2
commit
65e6bb6dbf
@ -378,12 +378,12 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
void RegisterCommands() {
|
void RegisterCommands() {
|
||||||
// Event::RegCmdEvent::subscribe([](Event::RegCmdEvent ev) { // Register commands
|
Event::RegCmdEvent::subscribe([](Event::RegCmdEvent ev) { // Register commands
|
||||||
// LLCommand::setup(ev.mCommandRegistry);
|
LLCommand::setup(ev.mCommandRegistry);
|
||||||
// VersionCommand::setup(ev.mCommandRegistry);
|
VersionCommand::setup(ev.mCommandRegistry);
|
||||||
// if (LL::globalConfig.enableTpdimCommand) {
|
if (LL::globalConfig.enableTpdimCommand) {
|
||||||
// TeleportDimensionCommand::setup(ev.mCommandRegistry);
|
TeleportDimensionCommand::setup(ev.mCommandRegistry);
|
||||||
// }
|
}
|
||||||
// return true;
|
return true;
|
||||||
// });
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user