mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
chore: vscode is dumb
all these spaces make a tab
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
lib = setmetatable({}, {
|
lib = setmetatable({}, {
|
||||||
__newindex = function(self, name, fn)
|
__newindex = function(self, name, fn)
|
||||||
|
print('created '..name)
|
||||||
exports(name, fn)
|
exports(name, fn)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user