Commit 3d8d7377 authored by JoyJ's avatar JoyJ

fix chat info

parent 66e88efd
......@@ -28,6 +28,6 @@ ygopro.ctos_follow_before('CHAT', true, function(buffer, info, client, server, d
{
result += Math.floor(Math.random()*dicemax) + 1;
}
ygopro.stoc_send_chat_to_room(room, "[SERVER]" + client.name + "投掷" + dicenum + "d" + dicemax + "并掷出了" + result + "", ygopro.constants.COLORS.YELLOW);
ygopro.stoc_send_chat_to_room(room, client.name + "投掷" + dicenum + "d" + dicemax + "并掷出了" + result + "", ygopro.constants.COLORS.YELLOW);
return true;
});
\ No newline at end of file
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