Commit 45b1ccf4 authored by Grant's avatar Grant
Browse files

add mod override

parent 833da318
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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,
    });
  }

  /**