From 57db5f738eb7c1a3300c770d3ef294aa4e7b9629 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Fri, 11 Apr 2025 21:03:57 -0700
Subject: [PATCH] todo

---
 validation/src/check.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/validation/src/check.rs b/validation/src/check.rs
index ad74463..1a59124 100644
--- a/validation/src/check.rs
+++ b/validation/src/check.rs
@@ -282,6 +282,7 @@ pub struct MapCheck<'a>{
 	mode_start_counts:DuplicateCheck<ModeID>,
 	// At least one finish zone for each start zone, and no finishes with no start
 	mode_finish_counts:SetDifferenceCheck<ModeID>,
+	// TODO: check for dangling MapAnticheat zones (no associated MapStart)
 	// Spawn1 must exist
 	spawn1:Result<(),()>,
 	// No duplicate Spawn#