- truncated long log lines aren't ended with a new line char
- ClientUserinfo lines messed up
- server renames players 'UnnamedPlayer_x'
- connecting on a full server shows wrong message after a while
Issues with the installer
| function getCuilCuit(document_number, gender) { | |
| /** | |
| * Cuil format is: AB - document_number - C | |
| * Author: Nahuel Sanchez, Woile | |
| * | |
| * @param {str} document_number -> string solo digitos | |
| * @param {str} gender -> debe contener HOMBRE, MUJER o SOCIEDAD | |
| * | |
| * @return {str} | |
| **/ |