mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
language fix
This commit is contained in:
parent
5324012582
commit
a5280946c2
16 changed files with 1026 additions and 581 deletions
|
|
@ -301,9 +301,9 @@ PendingCommand *Client::shuffle()
|
|||
return cmd("shuffle");
|
||||
}
|
||||
|
||||
PendingCommand *Client::rollDice(unsigned int sides)
|
||||
PendingCommand *Client::rollDie(unsigned int sides)
|
||||
{
|
||||
return cmd(QString("roll_dice|%1").arg(sides));
|
||||
return cmd(QString("roll_die|%1").arg(sides));
|
||||
}
|
||||
|
||||
PendingCommand *Client::drawCards(unsigned int number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue