This commit is contained in:
D3athrow
2015-01-17 23:28:02 -06:00
parent cd064eaec6
commit c63872639e

View File

@@ -1138,7 +1138,7 @@ Pressure: [env.return_pressure()]"}
fdel(F)
F << "type,deletes"
for(var/typepath in del_profiling)
var/ns = machine_profiling[typepath]
var/ns = del_profiling[typepath]
F << "[typepath],[ns]"
usr << "\blue Dumped to del_profiling.csv."