From 80b3a0877051c17c8430daadb587f577c794b18a Mon Sep 17 00:00:00 2001 From: Clonkonaut Date: Sat, 17 Mar 2018 16:41:27 +0100 Subject: [PATCH] Removed my stupid debug log. --- planet/Tutorials.ocf/Tutorial02.ocs/Script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));