Hiding [PlayerChallenges] explosive.timed.deployed message?Solved

(15:48:13) | [PlayerChallenges] explosive.timed.deployed
is there any way to disable this deployed messages ?
it spam the console like all day.

would be cool
ty

In line 521,change it to this.
            //Puts(entity.ShortPrefabName);
            if (entity.ShortPrefabName == "survey_charge.deployed" && configData.Options.IgnoreSurveyCharges)
                return;​
ty much
Locked automatically