1 parent 1bf55fe commit d2a4e6dCopy full SHA for d2a4e6d
1 file changed
Utility/DebugMapUtil.cs
@@ -214,7 +214,7 @@ private bool MapEditor_SelectionCheck(On.Celeste.Editor.MapEditor.orig_Selection
214
LevelTemplate template = FindLevelTemplateByPoint(levels, point);
215
216
if (template != null) {
217
- Mod.Log($"Clicked on {template.Name} ({template.X}, {template.Y}): Room contains {template.Checkpoints.Count} checkpoints and {template.Spawns.Count} respawns");
+ Mod.Log($"Clicked on {template.Name} ({template.X}, {template.Y}): Room contains {template.Checkpoints.Count} checkpoints");
218
219
if (PathRec.ContainsRoom(template.Name)) {
220
if (PathRec.IsTransitionRoom(template.Name)) {
0 commit comments