1
0

Scoreboard SendTo()

This commit is contained in:
andrew
2014-01-21 19:43:13 +02:00
parent aa61f55b74
commit fa4750f015
4 changed files with 74 additions and 6 deletions

View File

@@ -270,6 +270,9 @@ void cClientHandle::Authenticate(void)
// Query player team
m_Player->UpdateTeam();
// Send scoreboard data
World->GetScoreBoard().SendTo(*this);
cRoot::Get()->GetPluginManager()->CallHookPlayerSpawned(*m_Player);
}