v0.0.3
A small release to fix some bugs.
- Commands that execute two or more console commands in the same frame fixed (e.g. !switch).
- Fixed bug where changes to existing cvars using minqlx.set_cvar() were not working (e.g !teamsize).
- Made the player's name be fetched from the client_t structure's "name" field instead of userinfo or configstring to try to get rid of a rare bug where the name for some reason disappears.
- Cleaned C code a bit from old unused code.
- Fixed the run_server scripts not being executable by default.