Skip to content

Commit

Permalink
changed generated motd
Browse files Browse the repository at this point in the history
  • Loading branch information
JSaurusRex committed Jun 19, 2024
1 parent 6811dd9 commit 2f10c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/server/instagib/gamelogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ void CGameContext::ShowCurrentInstagibConfigsMotd(int ClientId, bool Force) cons
else
str_append(aMotd, "* ready mode: off\n");

str_format(aBuf, sizeof(aBuf), "* damage needed for kill: %d\n", g_Config.m_SvDamageNeededForKill);
str_append(aMotd, aBuf);
// str_format(aBuf, sizeof(aBuf), "* damage needed for kill: %d\n", g_Config.m_SvDamageNeededForKill);
// str_append(aMotd, aBuf);

str_format(aBuf, sizeof(aBuf), "* allow spec public chat: %s\n", g_Config.m_SvTournamentChat ? "no" : "yes");
str_append(aMotd, aBuf);
Expand Down

0 comments on commit 2f10c23

Please sign in to comment.