From cb9a2bf23af5ca065674987bcda98c9a6d56d833 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Mon, 16 Nov 2009 15:56:10 +0100 Subject: [PATCH] bugfix --- common/protocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/protocol.h b/common/protocol.h index 0c3f65c3..368ec047 100644 --- a/common/protocol.h +++ b/common/protocol.h @@ -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: