debug meldung entfernt
This commit is contained in:
@@ -43,7 +43,6 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
pVeh = player.Vehicle;
|
pVeh = player.Vehicle;
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
player.SendChatMessage("else");
|
|
||||||
pVeh = NAPI.Pools.GetAllVehicles().Where(v => v.Position.DistanceTo(player.Position) <= 5).FirstOrDefault();
|
pVeh = NAPI.Pools.GetAllVehicles().Where(v => v.Position.DistanceTo(player.Position) <= 5).FirstOrDefault();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user