timraay / HLLLogUtilities

A Discord bot that makes it easy to capture and export logs from your HLL servers
MIT License
8 stars 4 forks source link

Add temporary disconnected player list #25

Open timraay opened 1 year ago

timraay commented 1 year ago

If a player disconnects before a certain event is processed, this will break any links to that player created by events. This leads to certain events, for instance the PlayerKillEvent, to show the player as None (None/None). For that reason, disconnected players should be remembered for a minute or so.

How exactly this would work I am not sure. If it is too complicated, it may be a possibility to have the events most sensitive to this issue provide a fallback Player model constructed using the information it already has at hand.