Turrets set to drop loot, not dropping loot After TC destroyed

as title, i have encountered this thing. i have set turrets to be lootable/drop loot, and they do, they drop what i put in them.

But after TC is destroyed (Raid completed message) turrets no longer drop anything.

i think SAM sites are the same, i actually forgot to test now but they were lootable before. and now i couldnt after TC was destroyed

This is a truepve server.

link your config and profile from some site and ill check it out

truepve handles damage not looting so that won't matter

if (raid == null || !raid.IsOpened || raid.IsDespawning || raid.IsLoading)

open .cs and change that to this:

if (raid == null || raid.IsDespawning || raid.IsLoading)

I don't remember why I blocked it when the raid is completed but this will fix it

nivex
if (raid == null || !raid.IsOpened || raid.IsDespawning || raid.IsLoading)

open .cs and change that to this:

if (raid == null || raid.IsDespawning || raid.IsLoading)

I don't remember why I blocked it when the raid is completed but this will fix it

thanks for the quick fix, i just tested it. and it worked as intended. problem solved