Proximity System errorNot An Issue

The ProximitySystem plugin worked before. Now it does not. Idk why.
Error:

ProximitySystem.cs(53,14): warning CS0114: `Oxide.Plugins.ProximitySystem.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
/home/duo/serverfiles/Oxide.Core.dll (Location of the symbol related to previous warning)
ProximitySystem.cs(87,14): warning CS0114: `Oxide.Plugins.ProximitySystem.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
/home/duo/serverfiles/Oxide.Core.dll (Location of the symbol related to previous warning)
ProximitySystem.cs(50,29): warning CS0649: Field `Oxide.Plugins.ProximitySystem.ProximityData.date' is never assigned to, and will always have its default value
​
I'd appreciate some help thanks.

Those are not errors, only warnings during compile.

Please contact the author of that plugin if you are having issues as that doesn't appear to be a plugin here.

Ahhh ok thanks. 

Locked automatically