Skip to content

Commit

Permalink
Remove fr command input to avoid miss command
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed May 13, 2024
1 parent a02720b commit 78eb200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,8 @@ end
-- - QpartPart (rework ?) -> button/command
-- - TrigText (rework ?)

-- MountVehicle / InVehicle (rework)

---------------------
-- V3 - maybe in command no button
---------------------
Expand Down

0 comments on commit 78eb200

Please sign in to comment.