Skip to content

Commit deead79

Browse files
committed
chore: update xmake.lua
1 parent 0edc422 commit deead79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/legacy/api/PlayerAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ Local<Value> McClass::getPlayer(const Arguments& args) {
638638
CHECK_ARG_TYPE(args[0], ValueKind::kString)
639639

640640
try {
641-
string target = args[0].toStr();
641+
std::string target = args[0].toStr();
642642
if (target.empty()) return Local<Value>();
643643

644644
transform(target.begin(), target.end(), target.begin(),

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.8.3",
1010
"legacyparticleapi 0.8.3",
1111
"legacyremotecall 0.8.3",
12-
"levilamina 0.13.4",
12+
"levilamina 0.13.5",
1313
"lightwebsocketclient",
1414
"magic_enum",
1515
"nlohmann_json",

0 commit comments

Comments
 (0)