Warnings in compiler logNot An Issue
I found this in the Compiler.txt

LightsOn.cs(33,17): warning CS0414: The private field `Oxide.Plugins.LightsOn.Nighttimer' is assigned but its value is never used
LightsOn.cs(34,17): warning CS0414: The private field `Oxide.Plugins.LightsOn.Alwaystimer' is assigned but its value is never used
LightsOn.cs(35,17): warning CS0414: The private field `Oxide.Plugins.LightsOn.Devicetimer' is assigned but its value is never used
LightsOn.cs(1228,4): warning CS0162: Unreachable code detected
LightsOn.cs(1206,9): warning CS0219: The variable `hasperm' is assigned but its value is never used
Those are not errors, and can be ignored.
ok thank you.  but after many of it the Server restart and get this in the compiler

[SERVER v1.0.24] Got Message: Exit
[SERVER v1.0.24] Exit received.
[SERVER v1.0.24] Connection closed.
[SERVER v1.0.24] Shutdown
5b7dcc8c601f1.jpg Duderino
ok thank you.  but after many of it the Server restart and get this in the compiler

[SERVER v1.0.24] Got Message: Exit
[SERVER v1.0.24] Exit received.
[SERVER v1.0.24] Connection closed.
[SERVER v1.0.24] Shutdown
That is normal.
Locked automatically