Open MRDRMUFN opened 11 years ago
Not sure which plugin is at fault so I am posting this bug report at both Git Repos. Installed plugins: ULX, ULib, starfall.
[ERROR] addons/starfall/lua/starfall/sflib.lua:404: attempt to index global 'callbacks' (a nil value)
Related: https://github.com/Nayruden/Ulysses/issues/248
Not sure what the problem is but it seems that starfall is preventing ulx from firing a hook, so all players join as default rank.
Apparently it's a PlayerDisconnect hook that does callbacks[ply] = nil when triggered, except there is no table callbacks. Not sure what that was originally referring to.
callbacks[ply] = nil
callbacks
Not sure which plugin is at fault so I am posting this bug report at both Git Repos. Installed plugins: ULX, ULib, starfall.
[ERROR] addons/starfall/lua/starfall/sflib.lua:404: attempt to index global 'callbacks' (a nil value)
Related: https://github.com/Nayruden/Ulysses/issues/248
Not sure what the problem is but it seems that starfall is preventing ulx from firing a hook, so all players join as default rank.