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