Skip to content

Commit

Permalink
Update SlashCommandHandler.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiernan-Alderman committed May 14, 2024
1 parent eb6296b commit 9438c9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dGame/dUtilities/SlashCommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ void SlashCommandHandler::SendAnnouncement(const std::string& title, const std::
Game::chatServer->Send(&bitStream, SYSTEM_PRIORITY, RELIABLE, 0, Game::chatSysAddr, false);
}

<<<<<<< Updated upstream
=======
void GMZeroCommands::Help(Entity* entity, const SystemAddress& sysAddr, const std::string args) {

Check failure on line 139 in dGame/dUtilities/SlashCommandHandler.cpp

View workflow job for this annotation

GitHub Actions / Build & Test (ubuntu-22.04)

redefinition of ‘void GMZeroCommands::Help(Entity*, const SystemAddress&, std::string)’

Check failure on line 139 in dGame/dUtilities/SlashCommandHandler.cpp

View workflow job for this annotation

GitHub Actions / Build & Test (macos-13)

redefinition of 'Help'
std::ostringstream feedback;
constexpr size_t pageSize = 10; // Number of commands per page
Expand Down Expand Up @@ -191,7 +189,6 @@ void GMZeroCommands::Help(Entity* entity, const SystemAddress& sysAddr, const st
if (!feedbackStr.empty()) GameMessages::SendSlashCommandFeedbackText(entity, GeneralUtils::ASCIIToUTF16(feedbackStr));
}

>>>>>>> Stashed changes
void SlashCommandHandler::Startup() {
// Register Dev Commands
Command SetGMLevelCommand{
Expand Down

0 comments on commit 9438c9f

Please sign in to comment.