mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
Small typo mistake
This commit is contained in:
@@ -230,7 +230,7 @@ public abstract partial class ToolshedCommand
|
||||
var attributeDescription = impl.GetCustomAttribute<CommandDescriptionAttribute>()?.Description;
|
||||
var attributeHelp = impl.GetCustomAttribute<CommandHelpAttribute>()?.Help;
|
||||
if (!CommandImplementors.ContainsKey(key))
|
||||
CommandImplementors[key] = new ToolshedCommandImplementor(subCmd, attributeDescription, attributeHelp this, Toolshed, Loc);
|
||||
CommandImplementors[key] = new ToolshedCommandImplementor(subCmd, attributeDescription, attributeHelp, this, Toolshed, Loc);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user