diff --git a/planet/Objects.ocd/Vegetation.ocd/Trunk2.ocd/TrunkFront.ocd/Script.c b/planet/Objects.ocd/Vegetation.ocd/Trunk2.ocd/TrunkFront.ocd/Script.c index 3939c7764..427cb052c 100644 --- a/planet/Objects.ocd/Vegetation.ocd/Trunk2.ocd/TrunkFront.ocd/Script.c +++ b/planet/Objects.ocd/Vegetation.ocd/Trunk2.ocd/TrunkFront.ocd/Script.c @@ -23,4 +23,6 @@ private func CheckPosition() SetPosition(back->GetX(), back->GetY()); } +func SaveScenarioObject() { return false; } + local Plane = 505; \ No newline at end of file