mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #6728 from Robyt3/Player-Undefined-Time-Variables
Fix undefined player vote/team change time
This commit is contained in:
commit
80c32061a7
|
@ -109,6 +109,8 @@ void CPlayer::Reset()
|
|||
|
||||
GameServer()->Score()->PlayerData(m_ClientID)->Reset();
|
||||
|
||||
m_Last_KickVote = 0;
|
||||
m_Last_Team = 0;
|
||||
m_ShowOthers = g_Config.m_SvShowOthersDefault;
|
||||
m_ShowAll = g_Config.m_SvShowAllDefault;
|
||||
m_ShowDistance = vec2(1200, 800);
|
||||
|
|
Loading…
Reference in a new issue