Removed my stupid debug log.

master
Clonkonaut 2018-03-17 16:41:27 +01:00
parent 4b0bca3c0d
commit 80b3a08770
1 changed files with 1 additions and 1 deletions

View File

@ -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));