diff --git a/src/socketEvents/gameMaster/zoneEditor/update.ts b/src/socketEvents/gameMaster/zoneEditor/update.ts index f26b332..462c213 100644 --- a/src/socketEvents/gameMaster/zoneEditor/update.ts +++ b/src/socketEvents/gameMaster/zoneEditor/update.ts @@ -106,7 +106,8 @@ export default class ZoneUpdateEvent { positionX: zoneObject.positionX, positionY: zoneObject.positionY })) - } + }, + updatedAt: new Date() } })