mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 09:13:29 +00:00
remove more unneeded functions
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ local function changeText(text, position)
|
||||
end
|
||||
|
||||
local function keyPressed()
|
||||
CreateThread(function() -- Not sure if a thread is needed but why not eh?
|
||||
CreateThread(function()
|
||||
SendNUIMessage({
|
||||
action = 'KEY_PRESSED',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user