ja
This commit is contained in:
@@ -33,9 +33,7 @@ namespace ReallifeGamemode.Server.Report
|
||||
return;
|
||||
}
|
||||
|
||||
int openReports = listReports.FindAll(e => (e.isAssigned() == false)).Count;
|
||||
|
||||
if (openReports == 0)
|
||||
if (listReports.FindAll(e => (e.isAssigned() == false)).Count == 0)
|
||||
{
|
||||
ChatService.ErrorMessage(client, "Im Moment gibt es keine Tickets.");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user