Not an Issue Plugin compiler warnings

Discussion in 'Hurtworld Discussion' started by Upperking, Dec 30, 2015.

  1. Code:
    [SERVER v1.0.18] Started as service
    [SERVER v1.0.18] Running as service
    [SERVER v1.0.18] Got Message: Ready
    [SERVER v1.0.18] Got Message: Compile
    [SERVER v1.0.18] Console: CustomKickBan.cs(25,16): warning CS0114: `Oxide.Plugins.CustomKickBan.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
    C:\bluefang\servers\server10958\Oxide.Core.dll (Location of the symbol related to previous warning)
    PrivateMessage.cs(18,13): warning CS0108: `Oxide.Plugins.PrivateMessage.hurt' hides inherited member `Oxide.Plugins.HurtworldPlugin.hurt'. Use the new keyword if hiding was intended
    C:\bluefang\servers\server10958\Oxide.Game.Hurtworld.dll (Location of the symbol related to previous warning)
    PrivateMessage.cs(25,14): warning CS0114: `Oxide.Plugins.PrivateMessage.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
    C:\bluefang\servers\server10958\Oxide.Core.dll (Location of the symbol related to previous warning)
    Teleportation.cs(100,14): warning CS0114: `Oxide.Plugins.Teleportation.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
    C:\bluefang\servers\server10958\Oxide.Core.dll (Location of the symbol related to previous warning)[SERVER v1.0.18] Got Message: Exit
    [SERVER v1.0.18] Exit received.
    [SERVER v1.0.18] Connection closed.
    [SERVER v1.0.18] Shutdown
     
  2. Wulf

    Wulf Community Admin

    All of those are just warnings, not errors. Please report them to the plugin authors if you are concerned with them.
     
  3. thanks man!