Warnings in compiler logNot An Issue
Hey I got a error in my compiler log it says:
Console: StackSizeController.cs(205,22): warning CS0114: `Oxide.Plugins.StackSizeController.SaveConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.SaveConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
x:\TCAFiles\Users\******\7783\Oxide.Core.dll (Location of the symbol related to previous warning)
Those are warnings, not errors, and would not affect the plugin.
ok, so nothing to worry about then. Thanx for that clearing up :-)
Locked automatically