This commit is contained in:
2019-11-05 19:05:59 +01:00
parent 854c6dba44
commit 9207bb844b
6 changed files with 143 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ export default function reportList(globalData: GlobalData) {
//Weapon Menu
mp.events.add('showReportMenu', (userTickets, TicketsArr) => {
mp.events.add('showReportMenuOld', (userTickets, TicketsArr) => {
if (!globalData.InMenu) {
globalData.InMenu = true;