From 90a2f893dab9b94be12816903b75a271e7fea5fd Mon Sep 17 00:00:00 2001 From: Beu Date: Thu, 7 Sep 2023 20:31:08 +0200 Subject: [PATCH] fix wrong frame --- TM_ClimbTheMap.Script.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TM_ClimbTheMap.Script.txt b/TM_ClimbTheMap.Script.txt index 4bc4e35..955d330 100644 --- a/TM_ClimbTheMap.Script.txt +++ b/TM_ClimbTheMap.Script.txt @@ -484,12 +484,11 @@ main() { declare Text OwnerName = Owner.User.Name; - declare netread Integer Net_ClimbTheMap_AltitudeOfPB for Owner; if (Net_ClimbTheMap_AltitudeOfPB > 0 && Net_ClimbTheMap_AltitudeOfPB != Net_ClimbTheMap_AltitudeOfWR) { UpdateMarker(Frame_Marker_PB, Net_ClimbTheMap_AltitudeOfWaypoints, AnimationDuration, C_Type_PB, OwnerName, Net_ClimbTheMap_AltitudeOfPB); } else { - Frame_Marker_PB.Visible = False; + Frame_Marker_Owner.Visible = False; } declare Integer I;