1
0
forked from noxious/server

Fixed comments

This commit is contained in:
2024-08-24 03:17:37 +02:00
parent 39f4e79a88
commit 374ccfe4a6
4 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ type Payload = {
}
/**
* Handle game master zoneEditor create event
* Handle game master zone create event
* @param socket
* @param io
*/
@ -36,7 +36,7 @@ export default function (socket: TSocket, io: Server) {
zoneList = await ZoneRepository.getAll()
callback(zoneList)
// send over zoneEditor and characters to socket
// send over zone and characters to socket
} catch (e) {
console.error(e)
socket.emit('notification', { message: 'Failed to create zoneEditor.' })