diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:16:26 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:16:26 +0200 |
| commit | 66effd60efee7c3429f1f71118483f3b02237790 (patch) | |
| tree | e0b9c407b0c66d62f385cca26a01529d055f28f7 /backend/parser/parser.go | |
| parent | refactor: delete run on profile (diff) | |
| parent | docs: add swagger page back (diff) | |
| download | lphub-66effd60efee7c3429f1f71118483f3b02237790.tar.gz lphub-66effd60efee7c3429f1f71118483f3b02237790.tar.bz2 lphub-66effd60efee7c3429f1f71118483f3b02237790.zip | |
Merge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into typescript
refactor: IDFK MERGE SOMETHING
Diffstat (limited to 'backend/parser/parser.go')
| -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 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, |