diff --git a/modules/users/file_based_user.cpp b/modules/users/file_based_user.cpp index 613c3af..032dee0 100644 --- a/modules/users/file_based_user.cpp +++ b/modules/users/file_based_user.cpp @@ -28,9 +28,9 @@ void FileBasedUser::save() { void FileBasedUser::load(const std::string &p_name) { //todo sanitize name! - _file_path = _path + p_name; + //_file_path = _path + p_name; - load(); + //load(); } void FileBasedUser::load() {