Commented Task Sorting

This commit is contained in:
VegaZ
2019-03-06 18:27:58 +01:00
parent b8ce900c72
commit fd06c11a0d
3 changed files with 7 additions and 9 deletions

View File

@@ -108,7 +108,7 @@ mp.events.add("showMedicTasks", (type, taskList) => {
globalData.Interaction = true;
switch (type) {
case 0:
reviveTaskMenu = new Menu("Revives", "Sortierung: ~g~" + sortText + " ~y~[NUM 5]", new Point(0, screenRes.y / 2));
reviveTaskMenu = new Menu("Revives", "\u00c4lteste zu erst", new Point(0, screenRes.y / 2));
let aTask;
for (var i = 0; i < tasks.length; i++) {
if (tasks[i].MedicName === "none") {
@@ -168,7 +168,7 @@ mp.events.add("sortFactionTasks", (sortByKey) => {
if (firstSorting) {
sortText = "Nach Uhrzeit";
firstSorting = false;
mp.gui.chat.push("Init Sort");
//mp.gui.chat.push("Init Sort");
return;
} else {
if (sortByKey) {