UIButtonContainer.Init() hides inherited memberNot An Issue

Noticed this in the logs

[SERVER v1.0.24] Console: NightVision.cs(816,26): warning CS0114: `Oxide.Plugins.NightVision.UIButtonContainer.Init()' hides inherited member `Oxide.Plugins.NightVision.UIElement.Init()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword

 

It's just a warning, you can ignore it. I'm going to be rewriting this plugin shortly anyways.
Clearshot
It's just a warning, you can ignore it. I'm going to be rewriting this plugin shortly anyways.

Ok thx!

Locked automatically