LoadDefaultMessages() hides inherited memberNot An Issue

[SERVER v1.0.20] Console: AdminHammer.cs(52,22): warning CS0114: `Oxide.Plugins.AdminHammer.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
/home/container/Oxide.Core.dll (Location of the symbol related to previous warning)

 

Not sure what to do here?

I believe that warning can be ignored.
It can be resolved by using "protected override" instead of private in the plugin. It is just a warning though otherwise.
Locked automatically