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

View File

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