Stockings disappearing after being looted or server restart
Hey all,

My players are noticing after the Christmas event the stockings are going away after being looted. Also, they are going away after server restarts as well. This all seemed to be happening after I started using this plugin. Can I get some help?
hello, did u use LootBouncer ? if my players are looting stockings, they despawned after that, it was the problem from LootBouncer plugin and not Christmas plugin. u can fix it by adding some code in the LootBouncer or suggestion to the plugin dev. if u use LootBouncer open it and add this code to the line 24 and line 45
if (entity.ShortPrefabName == "stocking_small_deployed" || entity.ShortPrefabName == "stocking_large_deployed") return;​

i have small experiance about coding so i dont know if it a dirty code, but it works for use as a fix.

In response to dIMjIM ():
hello, did u use LootBouncer ? if my players are looting stockings, they despawned after that, it wa...
Brother, you are a life saver! I am using that plugin! Not a coder my self. Any way you could share your .cs file? I would greatly appreciate it dude!