public function getLobbyScriptSettings()
 {
     $rules = parent::getLobbyScriptSettings();
     $rules['S_Practice'] = true;
     return $rules;
 }