fix
This commit is contained in:
@@ -185,12 +185,12 @@ namespace ReallifeGamemode.Server.Report
|
||||
}
|
||||
ChatService.SendMessage(user, "!{#addc8d}Dein Ticket wurde abgeschickt");
|
||||
ChatService.SendMessage(user, "!{#addc8d}Momentan sind " + UserHelper.dutyAdmins.Count + " Admins verfügbar");
|
||||
ChatService.BroadcastDutyAdmin("!{#008fff}[TICKET]!{#FFFFFF} Eingehendes Ticket von~y~ " + user.Name + ": " + text + " (Benutze /showtickets)");
|
||||
ChatService.BroadcastDutyAdmin("!{#008fff}[TICKET]!{#FFFFFF} Eingehendes Ticket von~r~ " + user.Name + "~w~: " + text + " (Benutze /showtickets)");
|
||||
ReportManage ticket = new ReportManage(user.Name, text);
|
||||
listReports.Add(ticket);
|
||||
}
|
||||
if (type == "Quick Report")
|
||||
ChatService.BroadcastAdmin("!{#008fff}[QR] ~y~" + user.Name + "~w~: " + text, AdminLevel.SUPPORTER);
|
||||
ChatService.BroadcastAdmin("!{#008fff}[QR]~r~ " + user.Name + "~w~: " + text, AdminLevel.SUPPORTER);
|
||||
}
|
||||
|
||||
[RemoteEvent("deleteReport")]
|
||||
|
||||
Reference in New Issue
Block a user