Snaacky
Snaacky
If the script doesn't work, the memory addresses are more than likely outdated. Do not create a new issue complaining and **do not** reach out to me on social media...
Blocking and unblocking users works. The database naming schema could probably use some improvement. `SC2S_BLOCK_CHARACTER_LIST_REQ` still needs to be implemented.

Right now we're passing in the raw message bytes into each handler function, `ParsingFromString()`, doing our logic, and then returning the result object. Ideally, the handler function should be receiving...
Implement some form of flake8/pep8/black checking to make sure everything is kosher. This will help prevent sub-optimal code from getting pushed to master.
User logins are not currently being logged yet are needed for protos like `SLOGIN_CHARACTER_INFO` so they need to be implemented for proper reference compatibility.
Haven't done research into this yet but it should be possible.