Small change.

This commit is contained in:
Relintai 2021-08-21 20:18:21 +02:00
parent 2c8efb0180
commit ccec3f7dde

View File

@ -28,9 +28,9 @@ void FileBasedUser::save() {
void FileBasedUser::load(const std::string &p_name) { void FileBasedUser::load(const std::string &p_name) {
//todo sanitize name! //todo sanitize name!
_file_path = _path + p_name; //_file_path = _path + p_name;
load(); //load();
} }
void FileBasedUser::load() { void FileBasedUser::load() {