Skip to content

Commit

Permalink
Update dGame/dUtilities/SlashCommandHandler.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: David Markowitz <[email protected]>
  • Loading branch information
Tiernan-Alderman and EmosewaMC authored May 16, 2024
1 parent bcf7b0a commit a400e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dGame/dUtilities/SlashCommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void SlashCommandHandler::RegisterCommand(Command command) {
continue;
}
}
CommandInfos.insert(std::make_pair(command.aliases[0], command));
CommandInfos[command.aliases[0]] = command;
}

void GMZeroCommands::Help(Entity* entity, const SystemAddress& sysAddr, const std::string args) {
Expand Down

0 comments on commit a400e4d

Please sign in to comment.