From 354669ad62c9afe6b1cfbd7b83afae344628a63c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 22 Sep 2001 07:11:29 +0000 Subject: [PATCH] actually, I think Goal /is/ supposed to be removed, but remove it /after/ it's no longer needed. --- tfortmap.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/tfortmap.qc b/tfortmap.qc index bf16ecb..4011a7e 100644 --- a/tfortmap.qc +++ b/tfortmap.qc @@ -2526,6 +2526,7 @@ void(entity Goal, entity AP, float addb) DoResults = // Items and Triggers do their own respawn work if (Goal.classname == "info_tfgoal") SetupRespawn(Goal); + remove (Goal); }; //=========================================================================