Skip to content

Commit

Permalink
Update ConfigSaver.cpp
Browse files Browse the repository at this point in the history
at school so cant test currently
  • Loading branch information
Fr0go1 authored Oct 26, 2023
1 parent 67da328 commit 4bad68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CS2_External/Utils/ConfigSaver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace MyConfigSaver {
configFile << "watermarkfps " << MenuConfig::watermarkfps << std::endl;
configFile << "watermarktime " << MenuConfig::watermarktime << std::endl;
configFile << "watermarkuser " << MenuConfig::watermarkuser << std::endl;
configFile << "CheatList" << MenuConfig::CheatList << std::endl;
configFile << "CheatList " << MenuConfig::CheatList << std::endl;
configFile.close();
std::cout << "[Success] Configuration saved to " << MenuConfig::path + '\\' + filename << std::endl;
}
Expand Down Expand Up @@ -183,4 +183,4 @@ namespace MyConfigSaver {
std::cout << "[Success] Configuration loaded from " << MenuConfig::path + '\\' + filename << std::endl;
}
}
}// namespace ConfigSaver
}// namespace ConfigSaver

0 comments on commit 4bad68a

Please sign in to comment.