fixed 1 line merge mistake. fixes #45

This commit is contained in:
GreYFoX 2011-05-09 18:45:35 +02:00
parent ee97bfcad3
commit 2ab15cc752

View file

@ -998,6 +998,7 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID)
if(pPlayer->GetTeam()==-1 && pPlayer->m_InfoSaved)
SendChatTarget(ClientID,"Use /pause first then you can kill");
else
{
pPlayer->m_LastSetTeam = Server()->Tick();
if(pPlayer->GetTeam() == TEAM_SPECTATORS || pMsg->m_Team == TEAM_SPECTATORS)