Server crashingNot An Issue
Hey guys,
My server has started crashing with the following message..


[SERVER v1.0.24] Started as service
[SERVER v1.0.24] Running as service
[SERVER v1.0.24] Got Message: Ready
[SERVER v1.0.24] Got Message: Compile
[SERVER v1.0.24] Console: Whitelist.cs(71,14): warning CS0114: `Oxide.Plugins.Whitelist.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
Oxide.Core.dll (Location of the symbol related to previous warning)
Clans.cs(346,36): warning CS0168: The variable `ex2' is declared but never used
Clans.cs(440,34): warning CS0219: The variable `onlineMembers' is assigned but its value is never used
 
[SERVER v1.0.24] Got Message: Exit
[SERVER v1.0.24] Exit received.
[SERVER v1.0.24] Connection closed.
[SERVER v1.0.24] Shutdown

Any help appreciated.
This is the compiler log and does not provide much information. Get the one from your -logfile argument, you can specify path with it as startup argument.
Locked automatically