diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index 75cb296b5..0b6f11c34 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -3371,6 +3371,8 @@ void CGameContext::OnInit(/*class IKernel *pKernel*/) //game.world.insert_entity(game.Controller); + Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "git-revision", GIT_SHORTREV_HASH); + #ifdef CONF_DEBUG if(g_Config.m_DbgDummies) {