Skip to content

Commit

Permalink
Merge pull request #99 from AlexBond2/cinematic
Browse files Browse the repository at this point in the history
Fix play of same cinematic in a row
  • Loading branch information
Crypto137 authored Dec 4, 2024
2 parents 24f50f3 + 2d15c3a commit 338c709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private void OnPlayerInteract(PlayerInteractGameEvent evt)
_cinematicEntityId = entity.Id;
_cinematicEventRegistered = true;
}
}
} else return; // don't play already registred cinematic

player.QueueFullscreenMovie(_proto.Cinematic);
return;
Expand Down

0 comments on commit 338c709

Please sign in to comment.