Fix Client ID not set

This commit is contained in:
Sardelka9515 2022-06-21 23:43:12 +08:00 committed by GitHub
parent 37edef425c
commit f82134fb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -491,6 +491,7 @@ namespace RageCoop.Server
NetID = connection.RemoteUniqueIdentifier,
Connection=connection,
Username=packet.Username,
ID=packet.PedID,
Player = new()
{
}