Just a quick fix due to the fact that a variable is not defined when running without a server.
Might make something cleaner later, it's just so that the program actually works. Is the fact that the check for whether the server should run is in the server() function intentional ? Otherwise, I might just take it out.
I made a fix in develop for this. I shove some code back and forth to make it more structured. Thank you for the proposal, I looked over that during the testing!
Hi,
Just a quick fix due to the fact that a variable is not defined when running without a server.
Might make something cleaner later, it's just so that the program actually works. Is the fact that the check for whether the server should run is in the server() function intentional ? Otherwise, I might just take it out.