remove log

This commit is contained in:
Aaron Kimbre 2022-04-17 17:43:25 -05:00
parent e696d26941
commit cc68b0768b

View File

@ -15,7 +15,7 @@ void RockHydrantBroken::OnStartup(Entity* self)
for (auto* bouncer : bouncers)
{
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);