new update of this addon started spamming 'unknown command scrollTools' in my console and it stopped me from scrolling my items. dunno what happened
Interesting. The only thing that changes scrollTools is this and there actually is a typo:
function scrollTools(%x)
{
parent::scrollTools(%x);
if($FB::Filminga)
commandtoserver('FB_tools');
}
(Should be $FB::Filming not $FB::Filminga)
But it shouldn't give an unknown command. I don't have this problem. It might be a different issue. Anyone have information on this?