Commit b7fa424
committed
Fix players being skipped in processStringTable (#52)
Due to an error when porting StatsHelix's demoinfocs, players were
skipped if there was a 'gap' between the string-table entries.
So if the string-table's userdata at index 3 was empty, for example,
players at index 4 and above would be ignored.1 parent e3b2a10 commit b7fa424
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments