From c85d153b8755d9c78f5ebbd2c988a12f5a2850b7 Mon Sep 17 00:00:00 2001 From: JSaurusRex Date: Fri, 13 Dec 2024 12:59:43 +0100 Subject: [PATCH] changed intro message to point to correct github --- src/game/server/ddracechat.cpp | 6 +++--- src/game/server/gamemodes/base_instagib.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/game/server/ddracechat.cpp b/src/game/server/ddracechat.cpp index 3ca4f25fd35..d67ac3c9891 100644 --- a/src/game/server/ddracechat.cpp +++ b/src/game/server/ddracechat.cpp @@ -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]; diff --git a/src/game/server/gamemodes/base_instagib.cpp b/src/game/server/gamemodes/base_instagib.cpp index 6e5e72da901..6cd6482d942 100644 --- a/src/game/server/gamemodes/base_instagib.cpp +++ b/src/game/server/gamemodes/base_instagib.cpp @@ -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);