mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-26 01:50:23 +00:00
Fix gruntwork file being flushed to root
This commit is contained in:
@@ -1108,7 +1108,7 @@ void TableData::init() {
|
||||
* Write gruntwork output to file
|
||||
*/
|
||||
void TableData::flush() {
|
||||
std::ofstream file(settings::GRUNTWORKJSON);
|
||||
std::ofstream file(settings::TDATADIR + settings::GRUNTWORKJSON);
|
||||
json gruntwork;
|
||||
|
||||
for (auto& pair : RunningSkywayRoutes) {
|
||||
|
Reference in New Issue
Block a user