This commit is contained in:
Siga
2020-04-04 19:38:07 +02:00
parent 8bb540fb97
commit 46fac4d558
2 changed files with 8 additions and 11 deletions

View File

@@ -103,6 +103,7 @@ namespace ReallifeGamemode.Server.Job
public static void UpdateFare()
{
Console.WriteLine($"{GetPlayerInJob().Count}");
foreach (var player in GetPlayerInJob())
{
User u = player.GetUser();