vlt fix wenn rein ins kfz
This commit is contained in:
@@ -391,7 +391,7 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
JobBase job = GetJob(player.GetUser().JobId ?? -1);
|
JobBase job = GetJob(player.GetUser().JobId ?? -1);
|
||||||
if (job.GetUsersInJob().Contains(player))
|
if (job?.GetUsersInJob()?.Contains(player) ?? false)
|
||||||
{
|
{
|
||||||
if (sVeh != null)
|
if (sVeh != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user