Closed olabiniV2 closed 4 years ago
If you try to set the super password before the Server has been started, the program will crash because it's trying to send the update to a nil channel. This PR simply checks that the channel exists before sending on it.
Thank you very much for your contribution!
If you try to set the super password before the Server has been started, the program will crash because it's trying to send the update to a nil channel. This PR simply checks that the channel exists before sending on it.