From 727c9e4f04bf41bea7b6b4734d3f1ea521d0a2d8 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sun, 1 Aug 2021 16:33:33 +0200 Subject: [PATCH] Coinflip result is send to the area Freedom of information! --- core/src/commands/roleplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/commands/roleplay.cpp b/core/src/commands/roleplay.cpp index 8806f94..54eba72 100644 --- a/core/src/commands/roleplay.cpp +++ b/core/src/commands/roleplay.cpp @@ -25,7 +25,7 @@ void AOClient::cmdFlip(int argc, QStringList argv) QString sender_name = ooc_name; QStringList faces = {"heads","tails"}; QString face = faces[AOClient::genRand(0,1)]; - sendServerMessage(sender_name + " flipped a coin and got " + face + "."); + sendServerMessageArea(sender_name + " flipped a coin and got " + face + "."); } void AOClient::cmdRoll(int argc, QStringList argv)