tst
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user