This commit is contained in:
Sardelka
2022-07-11 11:59:32 +08:00
parent cda4f702a1
commit b2911017d0
4 changed files with 9 additions and 11 deletions

View File

@ -135,7 +135,7 @@ namespace RageCoop.Client
SyncedPed c = new SyncedPed(p);
Main.LocalPlayerID=c.OwnerID=c.ID;
Add(c);
Main.Logger.Debug($"My player ID is:{c.ID}");
Main.Logger.Debug($"Local player ID is:{c.ID}");
PlayerList.SetPlayer(c.ID, Main.Settings.Username );
return true;
}