Skip to content

onClientExplosion triggers with satchels explosions but onExplosion does not #3958

Open
@padilhath

Description

@padilhath

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions