Parent Directory
|
Revision Log
|
Patch
revision 98 by william, Wed May 9 23:10:12 2012 UTC | revision 99 by william, Wed May 9 23:23:38 2012 UTC | |
---|---|---|
# | Line 16 namespace RomCheater.CorePlugins.Config | Line 16 namespace RomCheater.CorePlugins.Config |
16 | ||
17 | protected override bool IsNotValidProcess(ProcContainer p) | protected override bool IsNotValidProcess(ProcContainer p) |
18 | { | { |
19 | logger.Debug.WriteLine(" Allowing process {0} to be added",p.Name); | logger.VerboseDebug.WriteLine(" Allowing process {0} to be added", p.Name); |
20 | return false; | return false; |
21 | } | } |
22 | #region IPluginBase Members | #region IPluginBase Members |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |