diff --git a/planet/Tutorials.ocf/Tutorial02.ocs/Script.c b/planet/Tutorials.ocf/Tutorial02.ocs/Script.c index f974db163..2b0deda3e 100644 --- a/planet/Tutorials.ocf/Tutorial02.ocs/Script.c +++ b/planet/Tutorials.ocf/Tutorial02.ocs/Script.c @@ -317,7 +317,7 @@ global func FxTutorialWipfHoleTimer() { var clonk = FindObject(Find_OCF(OCF_CrewMember), Find_InRect(325, 525, 72, 56)); if (clonk) - {Log("this"); + { var plr = clonk->GetOwner(); var throw = GetPlayerControlAssignment(plr, CON_Throw, true, true); guide->AddGuideMessage(Format("$MsgTutorialFoundWipf$", throw));