Skip to content

Commit

Permalink
Merge pull request #153 from BSVino/fix-da_version-rcon
Browse files Browse the repository at this point in the history
Make da_version_server respond in rcon properly
  • Loading branch information
TomyLobo authored Dec 24, 2020
2 parents 070f8c1 + f5f84bb commit eecd1f3
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 eecd1f3

Please sign in to comment.