forked from Simnation/Main
8 lines
217 B
Lua
8 lines
217 B
Lua
![]() |
--[[ Load the required file based to the server framework ]]
|
||
|
|
||
|
local success, result = pcall(lib.load, ('modules.bridge.%s.client'):format(shared.framework))
|
||
|
|
||
|
if not success then
|
||
|
lib.print.error(result)
|
||
|
end
|