Merge pull request #170 from Salanto/public_coinflip

Send conflip to the area instead of the client
This commit is contained in:
Rose Witchaven 2021-08-01 09:46:02 -05:00 committed by GitHub
commit 8b09c8bab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)