fix
This commit is contained in:
@@ -112,8 +112,7 @@ export default function reportList(globalData: GlobalData) {
|
||||
});
|
||||
|
||||
reportMenu.ItemSelect.on((item) => {
|
||||
if (item.Text === "Annehmen") {
|
||||
var tickcont;
|
||||
if (item.Text === "Absenden") {
|
||||
|
||||
var ticketContentBox = new InputHelper("Worin besteht dein Anliegen?", globalData);
|
||||
ticketContentBox.show();
|
||||
@@ -121,7 +120,7 @@ export default function reportList(globalData: GlobalData) {
|
||||
|
||||
var content = data;
|
||||
|
||||
mp.events.callRemote("requestReport", content, type);
|
||||
mp.events.callRemote("requestReport", type, content);
|
||||
mp.events.call("SERVER:CloseReportMenu");
|
||||
reportMenu.Close();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user