Plugin work?Solved

Hello Dear, this plugin work?

I see in log file blocked string. Plugin blocked print only console? (I added this string to block list)

Unloaded plugin Console Filter v0.0.2 by Wulf
Loaded plugin Console Filter v0.0.2 by Wulf
Kinematic body only supports Speculative Continuous collision detection
(Filename: Line: 748)
Kinematic body only supports Speculative Continuous collision detection
(Filename: Line: 1729)

LogHandler -> if (log.StartsWith("Kinematic body only supports Speculative Continuous collision detection"))
			{
				return;
			}

This filters server console output, it doesn't remove output from log files.

Thanks for answer :)

Merged post

Possible disable from Console and log file?

This message not have information for me

Not that I know.

Locked automatically