[ServerCommand]: Removed 'Com_Printf' info.
This commit is contained in:
parent
f60ee578e3
commit
0291c1be3e
@ -12,8 +12,8 @@ namespace Components
|
|||||||
|
|
||||||
void ServerCommand::DispatchServerCommand(const char* cmd, int cmdArgCount)
|
void ServerCommand::DispatchServerCommand(const char* cmd, int cmdArgCount)
|
||||||
{
|
{
|
||||||
Game::Com_Printf(0, "Command Name %s\n", cmd);
|
//Game::Com_Printf(0, "Command Name %s\n", cmd);
|
||||||
Game::Com_Printf(0, "Command Argument Count %d\n", cmdArgCount);
|
//Game::Com_Printf(0, "Command Argument Count %d\n", cmdArgCount);
|
||||||
|
|
||||||
if (const auto itr = ServerCommands.begin(); itr != ServerCommands.end())
|
if (const auto itr = ServerCommands.begin(); itr != ServerCommands.end())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user