From f82134fb1258dc3db5a5d36d662d327d396462c2 Mon Sep 17 00:00:00 2001 From: Sardelka9515 <106232474+Sardelka9515@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:43:12 +0800 Subject: [PATCH] Fix Client ID not set --- RageCoop.Server/Server.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/RageCoop.Server/Server.cs b/RageCoop.Server/Server.cs index c1ff9fe..bb7498c 100644 --- a/RageCoop.Server/Server.cs +++ b/RageCoop.Server/Server.cs @@ -491,6 +491,7 @@ namespace RageCoop.Server NetID = connection.RemoteUniqueIdentifier, Connection=connection, Username=packet.Username, + ID=packet.PedID, Player = new() { }