Qbox-project / qbx_core

http://qbox-project.github.io
Other
46 stars 113 forks source link

feat: lastLoggedOut in PlayerData #394

Closed TonybynMp4 closed 4 months ago

TonybynMp4 commented 4 months ago

Description

Adds a new db column 'lastLoggedOut' that is updated on logout & playerDropped. This new value can be accessed through the PlayerData & used to know when the player last logged out.

Checklist

Manason commented 4 months ago

Did you test this?