mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-25 15:03:34 +00:00
whitespace and comments in quickbuild
This commit is contained in:
parent
b43e5c2165
commit
f78ea1bbc9
@ -64,19 +64,16 @@ void QuickBuildComponent::LoadConfigData() {
|
||||
|
||||
if (rebuildResetTime != 0.0f) {
|
||||
SetResetTime(rebuildResetTime);
|
||||
|
||||
if (m_ParentEntity->GetLOT() == 9483) // Look away!
|
||||
if (m_ParentEntity->GetLOT() == 9483) // TODO: Fix the moving platform in Forbidden valley spawning at the end.
|
||||
{
|
||||
SetResetTime(GetResetTime() + 25);
|
||||
}
|
||||
}
|
||||
|
||||
const auto activityID = m_ParentEntity->GetVar<int32_t>(u"activityID");
|
||||
|
||||
if (activityID > 0) SetActivityId(activityID);
|
||||
|
||||
const auto compTime = m_ParentEntity->GetVar<float>(u"compTime");
|
||||
|
||||
if (compTime > 0) SetCompleteTime(compTime);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user