This commit is contained in:
Aaron Kimbre
2024-04-13 01:32:42 -05:00
parent 3a6123fe36
commit 4caed08ce4
10 changed files with 73 additions and 51 deletions

View File

@@ -90,7 +90,7 @@ void SGCannon::OnActivityStateChangeRequest(Entity* self, LWOOBJID senderID, int
auto* shootingGalleryComponent = self->GetComponent<ShootingGalleryComponent>();
if (shootingGalleryComponent != nullptr) {
shootingGalleryComponent->SetCurrentPlayerID(player->GetObjectID());
shootingGalleryComponent->AddActivityPlayerData(player->GetObjectID());
LOG("Setting player ID");