This commit is contained in:
Max-Wilhelm Bruker 2009-11-16 15:56:10 +01:00
parent ace4c37726
commit cb9a2bf23a

View file

@ -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: