@@ -51,6 +51,8 @@ class gamematch extends Command
sleep(1);
continue;
}
+ $info = [];
+ $questions = []
$data = json_decode($data, 1);
$room = Redis::get($data['level']);
if($room){