This commit is contained in:
kookroach
2021-04-05 05:12:31 +02:00
parent af8e4b08f8
commit 782112264c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ namespace ReallifeGamemode.Server.Job
private Player client1;
private Player client2;
public Vehicle vehicle;
private static int trashCount = 0;
private int trashCount = 0;
public MuellmannData(Vehicle vehicle)
{

View File

@@ -38,7 +38,7 @@ namespace ReallifeGamemode.Server.Job
MuellmannJobBeenden(player);
}
public List<MuellmannData> muellmanData = new List<MuellmannData>();
public static List<MuellmannData> muellmanData = new List<MuellmannData>();
private readonly IReadOnlyCollection<Vector3> vector3s = new List<Vector3>
{