bindestrich zwischen quick und report im chat hinzugefügt + /report-Überschrift nochmal angepasst
This commit is contained in:
@@ -91,7 +91,7 @@ export default function reportList(globalData: IGlobalData) {
|
||||
|
||||
var types = ["Ticket", "Quick-Report"];
|
||||
|
||||
reportMenu = new Menu("Support", "", new Point(0, screenRes.y / 3), null, null);
|
||||
reportMenu = new Menu("Report", "", new Point(0, screenRes.y / 3), null, null);
|
||||
var typesItem = new UIMenuListItem("Typ", "", new ItemsCollection(types));
|
||||
reportMenu.AddItem(typesItem);
|
||||
|
||||
|
||||
@@ -216,7 +216,7 @@ namespace ReallifeGamemode.Server.Report
|
||||
if (type == "Quick-Report")
|
||||
{
|
||||
ChatService.BroadcastAdmin("!{#008fff}[QR]~w~ " + user.Name + " (" + user.Handle.Value + ")~w~: " + text, AdminLevel.SUPPORTER);
|
||||
user.SendChatMessage("~w~Dein Quick Report wurde an das Adminteam weitergeleitet");
|
||||
user.SendChatMessage("~w~Dein Quick-Report wurde an das Adminteam weitergeleitet");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user