mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
Addressed spacing
This commit is contained in:
parent
3d1283675f
commit
24d443537a
@ -78,7 +78,7 @@ void MissionTask::SetProgress(const uint32_t value, const bool echo)
|
|||||||
|
|
||||||
std::vector<float> updates;
|
std::vector<float> updates;
|
||||||
updates.push_back(static_cast<float>(progress));
|
updates.push_back(static_cast<float>(progress));
|
||||||
GameMessages::SendNotifyMissionTask(entity, entity->GetSystemAddress(), static_cast<int>(info->id), static_cast<int>(1 << (mask + 1)), updates);
|
GameMessages::SendNotifyMissionTask(entity, entity->GetSystemAddress(), static_cast<int>(info->id), static_cast<int>(1 << (mask + 1)), updates);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user