mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
fix: nexus tower smashable (#1320)
This commit is contained in:
parent
8a15906885
commit
0c32be01ba
@ -554,6 +554,12 @@ void Entity::Initialize() {
|
|||||||
Loot::CacheMatrix(activityID);
|
Loot::CacheMatrix(activityID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const auto timeBeforeSmash = GetVar<float>(u"tmeSmsh");
|
||||||
|
|
||||||
|
if (timeBeforeSmash > 0) {
|
||||||
|
rebuildComponent->SetTimeBeforeSmash(timeBeforeSmash);
|
||||||
|
}
|
||||||
|
|
||||||
const auto compTime = GetVar<float>(u"compTime");
|
const auto compTime = GetVar<float>(u"compTime");
|
||||||
|
|
||||||
if (compTime > 0) {
|
if (compTime > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user