actually, I think Goal /is/ supposed to be removed, but remove it /after/ it's

no longer needed.
This commit is contained in:
Bill Currie 2001-09-22 07:11:29 +00:00
parent 6a0bd5c8d6
commit 354669ad62

View file

@ -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);
};
//=========================================================================