Merge pull request #8055 from heinrich5991/pr_ddnet_no_duplicate_git_rev

Don't show the git revision twice in server log
This commit is contained in:
Dennis Felsing 2024-03-04 16:09:21 +00:00 committed by GitHub
commit b88cdbf21e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3879,9 +3879,6 @@ void CGameContext::OnInit(const void *pPersistentData)
// create all entities from the game layer // create all entities from the game layer
CreateAllEntities(true); CreateAllEntities(true);
if(GIT_SHORTREV_HASH)
Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "git-revision", GIT_SHORTREV_HASH);
m_pAntibot->RoundStart(this); m_pAntibot->RoundStart(this);
} }