fix tuning weg bei /respawnvehicle
This commit is contained in:
@@ -832,6 +832,11 @@ namespace ReallifeGamemode.Server.Managers
|
||||
|
||||
public static Vehicle GetVehicleFromServerVehicle(ServerVehicle serverVehicle)
|
||||
{
|
||||
if (serverVehicle == null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!_serverVehicles.ContainsKey(serverVehicle.Id))
|
||||
{
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user