mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
bugfix
This commit is contained in:
parent
ace4c37726
commit
cb9a2bf23a
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ private:
|
|||
protected:
|
||||
void extractParameters()
|
||||
{
|
||||
Command::extractParameters();
|
||||
channel = parameters["channel"];
|
||||
}
|
||||
public:
|
||||
|
|
@ -101,6 +102,7 @@ private:
|
|||
protected:
|
||||
void extractParameters()
|
||||
{
|
||||
Command::extractParameters();
|
||||
gameId = parameters["game_id"].toInt();
|
||||
}
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue