Commit dd7fce9d authored by timel's avatar timel

fix: phase log

parent 4ca93111
......@@ -50,7 +50,9 @@ export const HintNotification = () => {
placement: "topRight",
style: style,
});
console.log(message);
console.color("DeepPink")(
`${message}(${matStore.isMe(matStore.currentPlayer) ? "me" : "op"})`
);
}
}, [currentPhase]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment