Instant startup
Fixed a bug that could stop the mod from working if update server sent an incorrect responce
Notes to myself: Lua is an interesting programming language - here its possible to use variables without their declaration, so if you mistype a variable somewhere in the code its not an error but a new variable that represents nothing ("NULL" or "nil") which will lead to fun experience of finding that mistake