mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-21 00:42:48 +01:00
refactor: rename lualib variable and move clipboard export
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
function lib.setClipboard(value)
|
||||
SendNUIMessage({
|
||||
action = 'setClipboard',
|
||||
data = value
|
||||
})
|
||||
end
|
||||
Reference in New Issue
Block a user