Hi,
the message recieved by the disconnect event is always wrong.
I disoconnect with:
enet_disconnect_client(i, "restart");
and recieve with
STRING* savemsg = str_create(msg); // Save the message
But I always get something like this:
The right string and some random charachters depending on the string length.
Any suggestions?