aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-18 15:29:23 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-18 15:29:23 +0300
commitc8028f7a38bdc609f5dde9e56979fb3fe3e60883 (patch)
tree07f44d9ccbd778bba90efa5d5a0d2cfea9c1ffa7 /backend
parentbackend: 200mb file limit, hide debug commands (diff)
downloadlphub-c8028f7a38bdc609f5dde9e56979fb3fe3e60883.tar.gz
lphub-c8028f7a38bdc609f5dde9e56979fb3fe3e60883.tar.bz2
lphub-c8028f7a38bdc609f5dde9e56979fb3fe3e60883.zip
backend: fix parser map name
Diffstat (limited to 'backend')
-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 4605600..4e4b27a 100644
--- a/backend/parser/parser.go
+++ b/backend/parser/parser.go
@@ -410,7 +410,7 @@ var mapDict = map[string]int{
410 "sp_a4_stop_the_box": 52, 410 "sp_a4_stop_the_box": 52,
411 "sp_a4_laser_catapult": 53, 411 "sp_a4_laser_catapult": 53,
412 "sp_a4_laser_platform": 54, 412 "sp_a4_laser_platform": 54,
413 "sp_a4_speed_catch": 55, 413 "sp_a4_speed_tb_catch": 55,
414 "sp_a4_jump_polarity": 56, 414 "sp_a4_jump_polarity": 56,
415 415
416 "sp_a4_finale1": 57, 416 "sp_a4_finale1": 57,