Skip to content

Commit 845c1da

Browse files
committed
fix isSource2()
1 parent f425f2f commit 845c1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ func (p *parser) initMsgQueue(buf int) {
417417
}
418418

419419
func (p *parser) isSource2() bool {
420-
return true
420+
return p.header.Filestamp == "PBDEMS2"
421421
}
422422

423423
type demoInfoProvider struct {

0 commit comments

Comments
 (0)