aboutsummaryrefslogtreecommitdiff
path: root/backend/parser/parser.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-18 19:45:39 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-18 19:45:52 +0300
commitd8e46a11f07df491ac5dbdf23eba5d3a9fe3e7ac (patch)
treec5427cbd99a3407b88bb3b0981db9868f906fd3b /backend/parser/parser.go
parentMerge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into... (diff)
downloadlphub-d8e46a11f07df491ac5dbdf23eba5d3a9fe3e7ac.tar.gz
lphub-d8e46a11f07df491ac5dbdf23eba5d3a9fe3e7ac.tar.bz2
lphub-d8e46a11f07df491ac5dbdf23eba5d3a9fe3e7ac.zip
backend: fix prop crushers map name
Diffstat (limited to 'backend/parser/parser.go')
-rw-r--r--backend/parser/parser.go2
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,