pilotjob benötigt nun flugschein

This commit is contained in:
2020-08-04 15:38:58 +02:00
parent da32297cfb
commit 158d075c5d
4 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using GTANetworkAPI;
using Newtonsoft.Json;
@@ -7,6 +7,7 @@ using ReallifeGamemode.Database.Models;
using ReallifeGamemode.Server.Services;
using ReallifeGamemode.Server.Managers;
using ReallifeGamemode.Server.Util;
using System.ComponentModel;
namespace ReallifeGamemode.Server.Job
{
@@ -276,6 +277,7 @@ namespace ReallifeGamemode.Server.Job
}
}
}
[RemoteEvent("PilotLetzterCheckpoint")]
public static void PilotLetzterCheckpoint(Player player)
{