Raided buildings of people no longer online still at 100% after TC is destroyedFixed

This is causing a lot of abandonned bases to not be able to be fully raided. Once you destroy the TC building goes to 100% protection and stays like that forever, can this be fixed?

Thanks!

I think this is the problem

if (IsAuthorizedOnline(entity)) return null;

The method IsAuthorizedOnline doesn't apply anymore once the TC is destroyed, need to check entity owner.

Fixed in v0.4.3

Locked automatically