mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
fix typo breaking qb-core /commands
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
--- Registers a command with the active command system.
|
||||
--- This function supports multiple command systems (OXLib, qb-core, ESX Legacy).
|
||||
---
|
||||
@@ -47,7 +46,7 @@ function registerCommand(command, options)
|
||||
optionTable.helpInfo,
|
||||
optionTable.subText,
|
||||
optionTable.argsRequired,
|
||||
optionTable.funt,
|
||||
optionTable.funct,
|
||||
optionTable.restriction or nil
|
||||
)
|
||||
|
||||
@@ -57,7 +56,7 @@ function registerCommand(command, options)
|
||||
optionTable.helpInfo,
|
||||
optionTable.subText,
|
||||
optionTable.argsRequired,
|
||||
optionTable.funt,
|
||||
optionTable.funct,
|
||||
optionTable.restriction or nil
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user