Set smaller default area for what distance to show

as suggested by fokkonaut
This commit is contained in:
def 2020-07-08 23:16:30 +02:00
parent 8a3743fa90
commit 5e7a45a49b

View file

@ -108,7 +108,7 @@ void CPlayer::Reset()
m_ShowOthers = g_Config.m_SvShowOthersDefault;
m_ShowAll = g_Config.m_SvShowAllDefault;
m_ShowDistance = vec2(2000, 1500);
m_ShowDistance = vec2(1000, 800);
m_SpecTeam = 0;
m_NinjaJetpack = false;