0
0
Fork 0

Change log level.

This commit is contained in:
Oliver-Akins 2021-01-03 00:05:40 -07:00
parent fab77b06b4
commit d262dd3691

View file

@ -68,7 +68,7 @@ const modifyPlayer = (io: Server, socket: Socket, data: UpdatePlayer): void => {
}; };
if (!data.to) { if (!data.to) {
game.log.silly(`Client did not include a "to" object in request.`) game.log.debug(`Client did not include a "to" object in request.`)
socket.emit(`PlayerUpdate`, { socket.emit(`PlayerUpdate`, {
status: 400, status: 400,
message: `The "to" property must to be specified in the request.`, message: `The "to" property must to be specified in the request.`,