- new option enables "auto select system", closed #569

- improved `console` logging format
This commit is contained in:
Mark Friedrich
2018-12-14 21:37:04 +01:00
parent 295ffc8fae
commit c397339e20
35 changed files with 1097 additions and 349 deletions

View File

@@ -329,7 +329,7 @@ class User extends Controller\Controller{
// character config -----------------------------------------------------------
if(isset($formData['character'])){
$activeCharacter->logLocation = (int)$formData['logLocation'];
$activeCharacter->copyfrom($formData, ['logLocation', 'selectLocation']);
$activeCharacter->save();
}