We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5544aa8 commit 660ce2fCopy full SHA for 660ce2f
src/lse/Entry.cpp
@@ -13,6 +13,7 @@
13
#include "ll/api/mod/NativeMod.h"
14
#include "ll/api/utils/ErrorUtils.h"
15
#include "ll/api/mod/RegisterHelper.h"
16
+#include "ll/api/service/PlayerInfo.h"
17
18
#include <ScriptX/ScriptX.h>
19
#include <exception>
@@ -73,6 +74,7 @@ bool LegacyScriptEngine::enable() {
73
74
if (!MoreGlobal::onEnable()) {
75
logger.error("Failed to enable MoreGlobal"_tr());
76
}
77
+ ll::service::PlayerInfo::getInstance();
78
#ifndef LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS
79
try {
80
RegisterDebugCommand();
0 commit comments