slash car vorschlag umgesetzt
This commit is contained in:
@@ -851,6 +851,11 @@ namespace ReallifeGamemode.Server.Managers
|
||||
|
||||
foreach (KeyValuePair<int, NetHandle> pair in _serverVehicles)
|
||||
{
|
||||
if (veh == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (pair.Value == veh.Handle)
|
||||
{
|
||||
return dbContext.ServerVehicles.Find(pair.Key);
|
||||
|
||||
Reference in New Issue
Block a user