We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340a5d5 commit c16e6fcCopy full SHA for c16e6fc
pkg/demoinfocs/game_events.go
@@ -521,7 +521,7 @@ func (geh gameEventHandler) flashBangDetonate(data map[string]*msg.CSVCMsg_GameE
521
522
geh.gameState().lastFlash.player = nadeEvent.Thrower
523
524
- if geh.parser.isSource2() && !geh.parser.disableMimicSource1GameEvents {
+ if !geh.parser.isSource2() || geh.parser.isSource2() && !geh.parser.disableMimicSource1GameEvents {
525
geh.dispatch(events.FlashExplode{
526
GrenadeEvent: nadeEvent,
527
})
0 commit comments