remove more unneeded functions

This commit is contained in:
Kakarot
2025-06-01 15:42:49 -05:00
parent 8f883ccd2a
commit 28753848dc
5 changed files with 10 additions and 147 deletions
+1 -1
View File
@@ -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',
})