Skip to content

Commit

Permalink
changed intro message to point to correct github
Browse files Browse the repository at this point in the history
  • Loading branch information
JSaurusRex committed Dec 13, 2024
1 parent ec86931 commit c85d153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/game/server/ddracechat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ void CGameContext::ConInfo(IConsole::IResult *pResult, void *pUserData)
{
CGameContext *pSelf = (CGameContext *)pUserData;
pSelf->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "chatresp",
"DDNet-insta by ChillerDragon");
"DDNet-Vanilla by JSaurusRex");
pSelf->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "chatresp",
"https://github.com/ZillyInsta/ddnet-insta/");
"");
pSelf->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "chatresp",
"based on:");
pSelf->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "chatresp",
"DDraceNetwork Mod. Version: " GAME_VERSION);
"ChillerDragons: https://github.com/ZillyInsta/ddnet-insta/");
if(GIT_SHORTREV_HASH)
{
char aBuf[64];
Expand Down
4 changes: 2 additions & 2 deletions src/game/server/gamemodes/base_instagib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ void CGameControllerInstagib::OnPlayerConnect(CPlayer *pPlayer)
else if(g_Config.m_SvTournamentJoinMsgs == 2)
SendChatSpectators(aBuf, CGameContext::CHAT_SIX);

GameServer()->SendChatTarget(ClientId, "DDNet-insta https://github.com/ZillyInsta/ddnet-insta/");
GameServer()->SendChatTarget(ClientId, "DDraceNetwork Mod. Version: " GAME_VERSION);
GameServer()->SendChatTarget(ClientId, "DDNet-Vanilla https://github.com/JSaurusRex/ddnet/tree/vanilla");
// GameServer()->SendChatTarget(ClientId, "DDraceNetwork Mod. Version: " GAME_VERSION);

GameServer()->AlertOnSpecialInstagibConfigs(ClientId);
GameServer()->ShowCurrentInstagibConfigsMotd(ClientId);
Expand Down

0 comments on commit c85d153

Please sign in to comment.