1
0
forked from noxious/server

npm run frmat

This commit is contained in:
2024-09-20 12:34:34 +02:00
parent 5a40fb4734
commit 2101d20835
6 changed files with 27 additions and 29 deletions

View File

@ -79,4 +79,4 @@ export default class TeleportCommandEvent {
this.socket.emit('notification', { title: 'Server message', message: 'An error occurred while teleporting' })
}
}
}
}

View File

@ -46,7 +46,7 @@ export default class ObjectUploadEvent {
originX: 0,
originY: 0,
frameWidth: width,
frameHeight: height,
frameHeight: height
}
})
@ -66,4 +66,4 @@ export default class ObjectUploadEvent {
callback(false)
}
}
}
}