evtl fix fahrschule
This commit is contained in:
@@ -169,7 +169,7 @@ namespace ReallifeGamemode.Server.Util
|
|||||||
if (temp.LastCheckpoint != 1)
|
if (temp.LastCheckpoint != 1)
|
||||||
{
|
{
|
||||||
Job.JobBase job = Managers.JobManager.GetJob(user.GetUser().JobId ?? -1);
|
Job.JobBase job = Managers.JobManager.GetJob(user.GetUser().JobId ?? -1);
|
||||||
if (job.GetUsersInJob().Contains(user))
|
if (job?.GetUsersInJob().Contains(user) ?? false)
|
||||||
{
|
{
|
||||||
if (user.GetUser().JobId == 3)
|
if (user.GetUser().JobId == 3)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user