fix
This commit is contained in:
@@ -103,11 +103,10 @@ namespace ReallifeGamemode.Server.Job
|
||||
|
||||
public static void UpdateFare()
|
||||
{
|
||||
Console.WriteLine($"{GetPlayerInJob().Count}");
|
||||
foreach (var player in GetPlayerInJob())
|
||||
{
|
||||
User u = player.GetUser();
|
||||
if (u.JobId != 1) return;
|
||||
if (u.JobId != 1) return;
|
||||
Console.WriteLine(player.Name);
|
||||
if (!player.HasData("hasPassager")) { player.SetData<bool>("hasPassager", false); continue; }
|
||||
int playerId = player.GetUser().Id;
|
||||
|
||||
Reference in New Issue
Block a user