File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -137,19 +137,19 @@ impl ParserThread {
137
137
if prop_info. prop_name == "tick" || prop_info. prop_name == "name" || prop_info. prop_name == "steamid" {
138
138
continue ;
139
139
}
140
- extra_fields. push ( EventField {
141
- name : prefix. to_owned ( ) + "_steamid" ,
142
- data : None ,
143
- } ) ;
144
- extra_fields. push ( EventField {
145
- name : prefix. to_owned ( ) + "_name" ,
146
- data : None ,
147
- } ) ;
148
140
extra_fields. push ( EventField {
149
141
name : prefix. to_owned ( ) + "_" + & prop_info. prop_friendly_name ,
150
142
data : None ,
151
143
} ) ;
152
144
}
145
+ extra_fields. push ( EventField {
146
+ name : prefix. to_owned ( ) + "_steamid" ,
147
+ data : None ,
148
+ } ) ;
149
+ extra_fields. push ( EventField {
150
+ name : prefix. to_owned ( ) + "_name" ,
151
+ data : None ,
152
+ } ) ;
153
153
extra_fields
154
154
}
155
155
/*
You can’t perform that action at this time.
0 commit comments