diff --git a/ReallifeGamemode.Server/Events/Disconnect.cs b/ReallifeGamemode.Server/Events/Disconnect.cs index 79acc3c6..218fb269 100644 --- a/ReallifeGamemode.Server/Events/Disconnect.cs +++ b/ReallifeGamemode.Server/Events/Disconnect.cs @@ -69,6 +69,12 @@ namespace ReallifeGamemode.Server.Events for (int a = 0; a < Report.Report.listReports.Count; a++) { temp = Report.Report.listReports[a]; + + if (!temp.isAssigned()) + { + continue; + } + if (temp.getAdmin().Equals(player.Name)) { Report.Report.listReports.Remove(temp);