Skip to content

Commit 391f05f

Browse files
committed
bug fix
1 parent a0856fd commit 391f05f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

routes/api/lineMaps.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ adminRouter.post('/', function (req, res) {
101101
z: map.startTile.z
102102
},
103103
numberOfDropTiles: map.numberOfDropTiles,
104-
finished : map.finished
104+
finished : map.finished,
105+
victims : map.victims
105106
})
106107

107108
//logger.debug(newMap)

0 commit comments

Comments
 (0)