Add missing comment and revert accidental .dmm add

This commit is contained in:
Repede
2024-01-28 15:01:57 -05:00
parent ae4f078461
commit 12d2bd738e
2 changed files with 1383 additions and 2151 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
msg += "F [active_fire_zones.len] | "
msg += "H [active_hotspots.len] | "
msg += "Z [zones_to_update.len] "
msg += "B [zones_planet_temperature_to_update.len] "
msg += "B [zones_planet_temperature_to_update.len] " //YW Addition - zones_planet_temperature_to_update.len
msg += "}"
..(msg.Join())