# | Line 19 | Line 19 | using System.Linq; | |
---|---|---|
19 | using System.Text; | |
20 | using RomCheater.PluginFramework.Core; | |
21 | using WeifenLuo.WinFormsUI.Docking; | |
22 | + | using Enterprise.Logging; |
23 | ||
24 | namespace RomCheater.EmuMMAPPlugin | |
25 | { | |
# | Line 53 | Line 54 | namespace RomCheater.EmuMMAPPlugin | |
54 | ||
55 | public override void Config() | |
56 | { | |
57 | < | Logging.logger.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID); |
57 | > | gLog.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID); |
58 | } | |
59 | ||
60 | public override void Show() { Show(null); } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |