Hi, I've been following this project for a while now and I'm also a loyal user of this API, unfortunately I'm noticing more and more that some functions don't return a value, this includes the whole Client Leave event, if you try to get client data from a disconnected client you don't get any output, meaning the code block is just skipped:
client client = Main.api.getClientInfo(event.getClientId());
Mysql.insertRecentActivitie("Client disconnected", client.getNickname());
Is there a possibility to add this function?
Hi, I've been following this project for a while now and I'm also a loyal user of this API, unfortunately I'm noticing more and more that some functions don't return a value, this includes the whole Client Leave event, if you try to get client data from a disconnected client you don't get any output, meaning the code block is just skipped:
Is there a possibility to add this function?