EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using .NET 8.
https://evosc.io
GNU General Public License v3.0
21 stars 13 forks source link

Players created in the database which are based on adding maps has the LastVisit column set #127

Closed snixtho closed 1 year ago

snixtho commented 1 year ago

Describe the bug When a new map is added to the server, EvoSC# also registers the author in the players table. But in that process it sets the LastVisit column, even though the player never visited the server.

Expected behavior It should be set to NULL.