Lot Containers not despawning after looting

I got the mod to work as far as loo in the containers I like BUT the loot containers are not despawning after looting.  I know this mod has not been touched in a few years and it looks like I cannot find ANY loot mod that is recent.  I tried this one and LootMultiplier but that one did not work either... not sure if there is one to use.  For now I am stuck with Better Loot.

they don't depsawn, but they are supposed to refresh contents. goto line 633, find this and replace/add

            populatedContainers++;
            return true;
​

 

            populatedContainers++;
			if (container.shouldRefreshContents && container.isLootable) {
				container.Invoke(new Action(container.SpawnLoot), UnityEngine.Random.Range(container.minSecondsBetweenRefresh, container.maxSecondsBetweenRefresh));
			}
            return true;

Not exactly sure what you are changing but my boxes still remain after changing this code & deleting old CS and reloading this one

Merged post

Also I seem to have an issue with certain places not spawning loot ; e.g. Dome is not spawning loot