This commit is contained in:
Michael
2020-06-02 15:14:19 +02:00
parent 9a3af81079
commit 254e7b0362
2 changed files with 4 additions and 4 deletions

View File

@@ -162,11 +162,13 @@ export default function (globalData: IGlobalData) {
input.getValue(name => {
mp.events.call("CLIENT:InteractionMenu_Pay_Name", name);
mp.gui.cursor.show(false, false);
menu.Close(true);
});
}
});
menu.MenuClose.on(() => {
mp.gui.chat.activate(true);
globalData.InMenu = false;
})
});