mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +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.
|
--- Registers a command with the active command system.
|
||||||
--- This function supports multiple command systems (OXLib, qb-core, ESX Legacy).
|
--- This function supports multiple command systems (OXLib, qb-core, ESX Legacy).
|
||||||
---
|
---
|
||||||
@@ -47,7 +46,7 @@ function registerCommand(command, options)
|
|||||||
optionTable.helpInfo,
|
optionTable.helpInfo,
|
||||||
optionTable.subText,
|
optionTable.subText,
|
||||||
optionTable.argsRequired,
|
optionTable.argsRequired,
|
||||||
optionTable.funt,
|
optionTable.funct,
|
||||||
optionTable.restriction or nil
|
optionTable.restriction or nil
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -57,7 +56,7 @@ function registerCommand(command, options)
|
|||||||
optionTable.helpInfo,
|
optionTable.helpInfo,
|
||||||
optionTable.subText,
|
optionTable.subText,
|
||||||
optionTable.argsRequired,
|
optionTable.argsRequired,
|
||||||
optionTable.funt,
|
optionTable.funct,
|
||||||
optionTable.restriction or nil
|
optionTable.restriction or nil
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user