diff --git a/Commands.lua b/Commands.lua index 62a520a..9e25110 100644 --- a/Commands.lua +++ b/Commands.lua @@ -22,7 +22,7 @@ function AprRC.command:SlashCmd(input) AprRC.export:Hide() AprRC.export.Show() return - elseif inputText == "forcereset" or inputText == "fr" then + elseif inputText == "forcereset" then AprRC:ResetData() return elseif inputText == "help" or inputText == "h" then diff --git a/Event.lua b/Event.lua index 1fe517f..2ad9052 100644 --- a/Event.lua +++ b/Event.lua @@ -555,6 +555,8 @@ end -- - QpartPart (rework ?) -> button/command -- - TrigText (rework ?) +-- MountVehicle / InVehicle (rework) + --------------------- -- V3 - maybe in command no button ---------------------