Fix stuff
This commit is contained in:
parent
1d3e53f734
commit
29202906e1
@ -39,7 +39,7 @@ namespace RageCoop.Client
|
||||
}
|
||||
internal set
|
||||
{
|
||||
if (value==_ownerID) { return; }
|
||||
if (value==_ownerID && Owner!=null) { return; }
|
||||
_ownerID = value;
|
||||
Owner=PlayerList.GetPlayer(value);
|
||||
}
|
||||
|
@ -8,6 +8,7 @@ namespace RageCoop.Core
|
||||
{
|
||||
public ObjectPool<Packets.VehicleSync> VehicleSyncPool=ObjectPool.Create<Packets.VehicleSync>();
|
||||
public ObjectPool<Packets.PedSync> PedSyncPool = ObjectPool.Create<Packets.PedSync>();
|
||||
|
||||
public void Recycle(Packets.VehicleSync p)
|
||||
{
|
||||
VehicleSyncPool.Return(p);
|
||||
|
Loading…
x
Reference in New Issue
Block a user