mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
Apply style fix pt5
This commit is contained in:
parent
4727d8846f
commit
1a1110b4f7
67 changed files with 648 additions and 214 deletions
|
|
@ -2549,7 +2549,9 @@ void GameObject::TickCapturePoint()
|
|||
|
||||
// on retail this is also sent to newly added players even though they already received a slider value
|
||||
for (std::list<Player*>::iterator itr = capturingPlayers.begin(); itr != capturingPlayers.end(); ++itr)
|
||||
{ (*itr)->SendUpdateWorldState(info->capturePoint.worldState2, (uint32)m_captureSlider); }
|
||||
{
|
||||
(*itr)->SendUpdateWorldState(info->capturePoint.worldState2, (uint32)m_captureSlider);
|
||||
}
|
||||
|
||||
// send capture point events
|
||||
uint32 eventId = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue