Skip to content

Commit 39822b1

Browse files
committed
fix nade counts for CS2
1 parent 905ddfc commit 39822b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkg/demoinfocs/common/equipment.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -405,13 +405,6 @@ func (e *Equipment) AmmoReserve() int {
405405
return 0
406406
}
407407

408-
if e.Class() == EqClassGrenade {
409-
s2Prop := e.Entity.Property("m_pReserveAmmo.0001")
410-
if s2Prop != nil {
411-
return s2Prop.Value().Int()
412-
}
413-
}
414-
415408
s2Prop := e.Entity.Property("m_pReserveAmmo.0000")
416409
if s2Prop != nil {
417410
return s2Prop.Value().Int()

0 commit comments

Comments
 (0)