1
0
Fork 0
forked from Simnation/Main

Update init.lua

This commit is contained in:
Nordi98 2025-08-04 05:26:20 +02:00
parent c0e9c44d86
commit 17120d43be

View file

@ -1,4 +1,4 @@
local DEFAULT_FRAMEWORK = 'ox'
local DEFAULT_FRAMEWORK = 'qb'
Framework = setmetatable({}, {
__newindex = function(self, name, fn)
exports(name, function() return fn end)