Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onClientExplosion triggers with satchels explosions but onExplosion does not #3958

Open
1 task done
padilhath opened this issue Jan 15, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@padilhath
Copy link

Describe the bug

There seems to be an inconsistency between the client-side event onClientExplosion and the server-side event onExplosion when dealing with satchel explosions.

Steps to reproduce

  1. Create a satchel charge in the game.
  2. Detonate the satchel charge.
  3. Observe the behavior of both events:
    • The onClientExplosion event is triggered, and the theType parameter is 0.
    • The onExplosion event is not triggered.

Version

Client: v1.6-release-22894
Server: v1.6-release-22789

Additional context

The image below shows three explosions tested in sequence:

  • A Rocket Launcher explosion (detected correctly by both onClientExplosion and onExplosion).
  • A Satchel explosion (detected only by onClientExplosion with theType = 0, but not by onExplosion).
  • Another Rocket Launcher explosion (again detected correctly by both events).
    Image
    Resource used for testing: satchelsTest.zip

Relevant log output

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.
@padilhath padilhath added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant