Skip to content

Commit

Permalink
Make da_version_server respond in rcon properly
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyLobo committed Mar 18, 2020
1 parent 070f8c1 commit f5f84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp/src/game/shared/sdk/sdk_gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3302,7 +3302,7 @@ CON_COMMAND(da_version_server, "Display server version.")
if (player)
ClientPrint(player, HUD_PRINTCONSOLE, "Server Git revision is " DA_GIT_VERSION_STRING ".\n");
else
Msg("Server Git revision is %s.\n", DA_GIT_VERSION_STRING);
ConMsg("Server Git revision is %s.\n", DA_GIT_VERSION_STRING);
}

#endif

0 comments on commit f5f84bb

Please sign in to comment.