mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Small change.
This commit is contained in:
parent
2c8efb0180
commit
ccec3f7dde
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user