Skip to content

Commit e01f699

Browse files
committed
chore: update xmake.lua
1 parent 8149a55 commit e01f699

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/legacy/api/CommandAPI.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ Local<Value> McClass::runcmd(const Arguments& args) {
183183
CATCH("Fail in RunCmd!")
184184
}
185185

186-
I18n& getI18n(); // Stupid Mojang
187-
188186
Local<Value> McClass::runcmdEx(const Arguments& args) {
189187
CHECK_ARGS_COUNT(args, 1)
190188
CHECK_ARG_TYPE(args[0], ValueKind::kString)

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_requires(
99
"legacymoney 0.7.0",
1010
"legacyparticleapi 0.7.0",
1111
"legacyremotecall 0.7.0",
12-
"levilamina 0.12.0",
12+
"levilamina 0.12.1",
1313
"lightwebsocketclient",
1414
"magic_enum",
1515
"nlohmann_json",

0 commit comments

Comments
 (0)