mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-14 10:20:05 +00:00
Fix gruntwork file being flushed to root
This commit is contained in:
parent
d5e65fda3c
commit
2721f21427
@ -1108,7 +1108,7 @@ void TableData::init() {
|
|||||||
* Write gruntwork output to file
|
* Write gruntwork output to file
|
||||||
*/
|
*/
|
||||||
void TableData::flush() {
|
void TableData::flush() {
|
||||||
std::ofstream file(settings::GRUNTWORKJSON);
|
std::ofstream file(settings::TDATADIR + settings::GRUNTWORKJSON);
|
||||||
json gruntwork;
|
json gruntwork;
|
||||||
|
|
||||||
for (auto& pair : RunningSkywayRoutes) {
|
for (auto& pair : RunningSkywayRoutes) {
|
||||||
|
Loading…
Reference in New Issue
Block a user