You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SF] Attempt to load bad module: starfall/libs_sv/stargate.lua
starfall/libs_sv/stargate.lua:6: assertion failed!
stack traceback:
[C]: in function 'assert'
starfall/libs_sv/stargate.lua:6: in function 'r'
addons/starfallex/lua/starfall/sflib.lua:1815: in function <addons/starfallex/lua/starfall/sflib.lua:1815>
[C]: in function 'xpcall'
addons/starfallex/lua/starfall/sflib.lua:1815: in function 'compileModule'
addons/starfallex/lua/starfall/sflib.lua:1829: in function 'addModule'
addons/starfallex/lua/starfall/sflib.lua:1845: in function 'loadModules'
addons/starfallex/lua/starfall/sflib.lua:1850: in main chunk
[C]: in function 'include'
addons/starfallex/lua/autorun/server/sf_init.lua:34: in main chunk
This comes from here and probably the argument is
nil
orfalse
( most likely the first one ) :https://github.com/RafaelDeJongh/cap/blob/master/lua/starfall/libs_sv/stargate.lua#L6
Is this assertion needed ?
The text was updated successfully, but these errors were encountered: