forked from Simnation/Main
7 lines
217 B
Lua
7 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
|