mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
make the hydrant match the lua script
This commit is contained in:
parent
1e85ae2035
commit
a8fcb4c153
@ -6,7 +6,7 @@ void RockHydrantBroken::OnStartup(Entity* self)
|
|||||||
{
|
{
|
||||||
self->AddTimer("playEffect", 1);
|
self->AddTimer("playEffect", 1);
|
||||||
|
|
||||||
const auto hydrant = "hydrant" + self->GetVar<std::string>(u"hydrant");
|
const auto hydrant = "hydrant0" + self->GetVar<std::string>(u"hydrant");
|
||||||
|
|
||||||
const auto bouncers = EntityManager::Instance()->GetEntitiesInGroup(hydrant);
|
const auto bouncers = EntityManager::Instance()->GetEntitiesInGroup(hydrant);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user