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)
{