mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: change already added command message to error
This commit is contained in:
parent
8102ae6422
commit
4c74038a46
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ namespace Dalamud.Game.Command {
|
|||
this.commandMap.Add(command, info);
|
||||
return true;
|
||||
} catch (ArgumentException) {
|
||||
Log.Warning("Command {CommandName} is already registered.", command);
|
||||
Log.Error("Command {CommandName} is already registered.", command);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue