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 8149a55 commit e01f699Copy full SHA for e01f699
src/legacy/api/CommandAPI.cpp
@@ -183,8 +183,6 @@ Local<Value> McClass::runcmd(const Arguments& args) {
183
CATCH("Fail in RunCmd!")
184
}
185
186
-I18n& getI18n(); // Stupid Mojang
187
-
188
Local<Value> McClass::runcmdEx(const Arguments& args) {
189
CHECK_ARGS_COUNT(args, 1)
190
CHECK_ARG_TYPE(args[0], ValueKind::kString)
xmake.lua
@@ -9,7 +9,7 @@ add_requires(
9
"legacymoney 0.7.0",
10
"legacyparticleapi 0.7.0",
11
"legacyremotecall 0.7.0",
12
- "levilamina 0.12.0",
+ "levilamina 0.12.1",
13
"lightwebsocketclient",
14
"magic_enum",
15
"nlohmann_json",
0 commit comments