mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-24 15:52:32 +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) {
|
if (rebuildResetTime != 0.0f) {
|
||||||
SetResetTime(rebuildResetTime);
|
SetResetTime(rebuildResetTime);
|
||||||
|
if (m_ParentEntity->GetLOT() == 9483) // TODO: Fix the moving platform in Forbidden valley spawning at the end.
|
||||||
if (m_ParentEntity->GetLOT() == 9483) // Look away!
|
|
||||||
{
|
{
|
||||||
SetResetTime(GetResetTime() + 25);
|
SetResetTime(GetResetTime() + 25);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto activityID = m_ParentEntity->GetVar<int32_t>(u"activityID");
|
const auto activityID = m_ParentEntity->GetVar<int32_t>(u"activityID");
|
||||||
|
|
||||||
if (activityID > 0) SetActivityId(activityID);
|
if (activityID > 0) SetActivityId(activityID);
|
||||||
|
|
||||||
const auto compTime = m_ParentEntity->GetVar<float>(u"compTime");
|
const auto compTime = m_ParentEntity->GetVar<float>(u"compTime");
|
||||||
|
|
||||||
if (compTime > 0) SetCompleteTime(compTime);
|
if (compTime > 0) SetCompleteTime(compTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user