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…
Reference in a new issue