mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-23 15:13:55 -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:
|
protected:
|
||||||
void extractParameters()
|
void extractParameters()
|
||||||
{
|
{
|
||||||
|
Command::extractParameters();
|
||||||
channel = parameters["channel"];
|
channel = parameters["channel"];
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
|
|
@ -101,6 +102,7 @@ private:
|
||||||
protected:
|
protected:
|
||||||
void extractParameters()
|
void extractParameters()
|
||||||
{
|
{
|
||||||
|
Command::extractParameters();
|
||||||
gameId = parameters["game_id"].toInt();
|
gameId = parameters["game_id"].toInt();
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue