Support for Raidable Bases pluginSuggestion

Hello. I just installed the Anti Noob Raid plugin. Everything is amazing, but it goes crazy with the Raidable base plugin.

Console spam

Any idea about that? I know it's not an error so maybe the option to just turn on console print? And if it's possible what I need to change and where?:) 

Ohh. Now it's working with this little change around line 882. 

            if (ownership.Count == 0)
            {
                //Should this even happen?
                return ent.OwnerID;
            }