mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 14:08:19 +00:00
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:
commit
b88cdbf21e
|
@ -3879,9 +3879,6 @@ void CGameContext::OnInit(const void *pPersistentData)
|
|||
// create all entities from the game layer
|
||||
CreateAllEntities(true);
|
||||
|
||||
if(GIT_SHORTREV_HASH)
|
||||
Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "git-revision", GIT_SHORTREV_HASH);
|
||||
|
||||
m_pAntibot->RoundStart(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue