Skip to content

Commit d91f937

Browse files
committed
Fix: Maze blue tile can not be placed in first time save
1 parent a26ae34 commit d91f937

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rcj-scoring",
3-
"version": "23.3.9",
3+
"version": "23.3.10",
44
"copyright": "2016-2023 RCJ-CMS Development Team",
55
"private": true,
66
"scripts": {

routes/api/mazeMaps.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ adminRouter.post('/', function (req, res) {
6868
checkpoint: cell.tile.checkpoint,
6969
speedbump: cell.tile.speedbump,
7070
black: cell.tile.black,
71+
blue: cell.tile.blue,
7172
ramp: cell.tile.ramp,
7273
steps: cell.tile.steps,
7374
changeFloorTo: cell.tile.changeFloorTo,

0 commit comments

Comments
 (0)