mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
remove log
This commit is contained in:
parent
e696d26941
commit
cc68b0768b
@ -15,7 +15,7 @@ void RockHydrantBroken::OnStartup(Entity* self)
|
|||||||
for (auto* bouncer : bouncers)
|
for (auto* bouncer : bouncers)
|
||||||
{
|
{
|
||||||
self->SetVar<LWOOBJID>(u"bouncer", bouncer->GetObjectID());
|
self->SetVar<LWOOBJID>(u"bouncer", bouncer->GetObjectID());
|
||||||
Game::logger->Log("RockHydrantBroken", "Activate Bouncer (%s)\n", bouncer.c_str());
|
|
||||||
|
|
||||||
GameMessages::SendBouncerActiveStatus(bouncer->GetObjectID(), true, UNASSIGNED_SYSTEM_ADDRESS);
|
GameMessages::SendBouncerActiveStatus(bouncer->GetObjectID(), true, UNASSIGNED_SYSTEM_ADDRESS);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user