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 e4cc63c commit d957e80Copy full SHA for d957e80
src/legacy/api/CommandAPI.cpp
@@ -260,7 +260,7 @@ Local<Value> McClass::newCommand(const Arguments& args) {
260
if (registry) {
261
auto instance = registry->findCommand(name);
262
if (instance) {
263
- lse::LegacyScriptEngine::getInstance().getSelf().getLogger().info(
+ lse::LegacyScriptEngine::getInstance().getSelf().getLogger().warn(
264
"Runtime command {} already exists, changes will not beapplied except for setOverload!"_tr(name)
265
);
266
}
0 commit comments