diff --git a/ReallifeGamemode.Server/Job/MuellmannData.cs b/ReallifeGamemode.Server/Job/MuellmannData.cs index b4a306d1..295205e8 100644 --- a/ReallifeGamemode.Server/Job/MuellmannData.cs +++ b/ReallifeGamemode.Server/Job/MuellmannData.cs @@ -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) { diff --git a/ReallifeGamemode.Server/Job/RefuseCollectorJob.cs b/ReallifeGamemode.Server/Job/RefuseCollectorJob.cs index 26067fec..5bdde8eb 100644 --- a/ReallifeGamemode.Server/Job/RefuseCollectorJob.cs +++ b/ReallifeGamemode.Server/Job/RefuseCollectorJob.cs @@ -38,7 +38,7 @@ namespace ReallifeGamemode.Server.Job MuellmannJobBeenden(player); } - public List muellmanData = new List(); + public static List muellmanData = new List(); private readonly IReadOnlyCollection vector3s = new List {