1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Nordi]/0r-atmrobbery/modules/bridge/client.lua
2025-06-07 08:51:21 +02:00

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