forked from noxious/server
Zone editor bug fix: set updatedAt at saving so it gets sent back to the client
This commit is contained in:
parent
d271efc1ec
commit
075592702c
@ -106,7 +106,8 @@ export default class ZoneUpdateEvent {
|
|||||||
positionX: zoneObject.positionX,
|
positionX: zoneObject.positionX,
|
||||||
positionY: zoneObject.positionY
|
positionY: zoneObject.positionY
|
||||||
}))
|
}))
|
||||||
}
|
},
|
||||||
|
updatedAt: new Date()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user