diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/parser/parser.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/parser/parser.go b/backend/parser/parser.go index 4e4b27a..bf25caa 100644 --- a/backend/parser/parser.go +++ b/backend/parser/parser.go | |||
| @@ -460,7 +460,7 @@ var mapDict = map[string]int{ | |||
| 460 | "mp_coop_paint_redirect": 95, | 460 | "mp_coop_paint_redirect": 95, |
| 461 | "mp_coop_paint_bridge": 96, | 461 | "mp_coop_paint_bridge": 96, |
| 462 | "mp_coop_paint_walljumps": 97, | 462 | "mp_coop_paint_walljumps": 97, |
| 463 | "mp_coop_paint_speed_flings": 98, | 463 | "mp_coop_paint_speed_fling": 98, |
| 464 | "mp_coop_paint_red_racer": 99, | 464 | "mp_coop_paint_red_racer": 99, |
| 465 | "mp_coop_paint_speed_catch": 100, | 465 | "mp_coop_paint_speed_catch": 100, |
| 466 | "mp_coop_paint_longjump_intro": 101, | 466 | "mp_coop_paint_longjump_intro": 101, |