Store round start date in the database (#21153)
This commit is contained in:
@@ -677,6 +677,7 @@ namespace Content.Server.Database
|
||||
|
||||
var round = new Round
|
||||
{
|
||||
StartDate = DateTime.UtcNow,
|
||||
Players = players,
|
||||
ServerId = server.Id
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user