Change log level.
This commit is contained in:
parent
fab77b06b4
commit
d262dd3691
1 changed files with 1 additions and 1 deletions
|
|
@ -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.`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue