1
0
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:
Dennis Postma 2024-10-02 19:57:08 +02:00
parent d271efc1ec
commit 075592702c

View File

@ -106,7 +106,8 @@ export default class ZoneUpdateEvent {
positionX: zoneObject.positionX, positionX: zoneObject.positionX,
positionY: zoneObject.positionY positionY: zoneObject.positionY
})) }))
} },
updatedAt: new Date()
} }
}) })