From ade10e8476e738558adb27ba2fe4a3ef25d7661f Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Mon, 2 Dec 2024 18:23:15 -0800
Subject: [PATCH] reuse validated model for multiple review cycles

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

diff --git a/validation/src/maptest.rs b/validation/src/maptest.rs
index 61c4961..377ac5a 100644
--- a/validation/src/maptest.rs
+++ b/validation/src/maptest.rs
@@ -66,6 +66,7 @@ struct Submission{
 	// this user is allowed to change any data in the maptest phase, except for mapfix target map id
 	submitter:u64,
 	// MUTABLE FIELDS (depending on roles and status)
+	validated_model_id:Option<u64>,// asset id to reuse if the map has scripts that need to be replaced when validated
 	model_id:u64,// asset id of the most recently submitted model
 	model_version:u64,// snapshot of the model to prevent tampering
 	is_completed:bool,// has this asset version been completed by any player