Skip to content

Commit

Permalink
Do not block original menuselect command :D
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Jan 18, 2024
1 parent 290fc49 commit 4d4622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatchBot/MatchCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool CMatchCommand::ClientCommand(CBasePlayer* Player, const char* pcmd, const c
if (gMatchMenu[Player->entindex()].Handle(Player->entindex(), atoi(parg1)))
{
// Return result
return true;
return false;
}
}
}
Expand Down

0 comments on commit 4d4622c

Please sign in to comment.