Skip to content

Commit

Permalink
fix: fix runtime command warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 20, 2025
1 parent e4cc63c commit d957e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/api/CommandAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Local<Value> McClass::newCommand(const Arguments& args) {
if (registry) {
auto instance = registry->findCommand(name);
if (instance) {
lse::LegacyScriptEngine::getInstance().getSelf().getLogger().info(
lse::LegacyScriptEngine::getInstance().getSelf().getLogger().warn(
"Runtime command {} already exists, changes will not beapplied except for setOverload!"_tr(name)
);
}
Expand Down

0 comments on commit d957e80

Please sign in to comment.