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 ff602ae commit e2337d9Copy full SHA for e2337d9
pkg/demoinfocs/datatables.go
@@ -1084,7 +1084,7 @@ func (p *parser) bindWeaponS2(entity st.Entity) {
1084
wepType := common.EquipmentIndexMapping[itemIndex]
1085
1086
if wepType == common.EqUnknown {
1087
- fmt.Println("unknown equipment with index", itemIndex)
+ fmt.Fprintln(os.Stderr, "unknown equipment with index", itemIndex)
1088
1089
p.msgDispatcher.Dispatch(events.ParserWarn{
1090
Message: fmt.Sprintf("unknown equipment with index %d", itemIndex),
0 commit comments