mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-11 02:26:10 -05:00
bugfix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user