Loading packages/server/src/lib/Canvas.ts +5 −1 Original line number Diff line number Diff line Loading @@ -395,7 +395,11 @@ class Canvas { await this.updateCanvasRedisAtPos(x, y); Logger.info(`${user.sub} placed pixel at (${x}, ${y})`); LogMan.log("pixel_place", user.sub, { x, y, hex }); LogMan.log(isModAction ? "mod_override" : "pixel_place", user.sub, { x, y, hex, }); } /** Loading Loading
packages/server/src/lib/Canvas.ts +5 −1 Original line number Diff line number Diff line Loading @@ -395,7 +395,11 @@ class Canvas { await this.updateCanvasRedisAtPos(x, y); Logger.info(`${user.sub} placed pixel at (${x}, ${y})`); LogMan.log("pixel_place", user.sub, { x, y, hex }); LogMan.log(isModAction ? "mod_override" : "pixel_place", user.sub, { x, y, hex, }); } /** Loading