bug fixing minor improvements
This commit is contained in:
@@ -117,6 +117,15 @@ class User extends Controller\Controller{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* log the current user out + clear character system log data
|
||||
*/
|
||||
public function logOut(){
|
||||
$this->deleteLog();
|
||||
|
||||
return parent::logOut();
|
||||
}
|
||||
|
||||
/**
|
||||
* save/update "map sharing" configurations for all map types
|
||||
* the user has access to
|
||||
|
||||
Reference in New Issue
Block a user