HopperCannotTargetEnemyLoot not picking up horse dung

I've notice after I added HopperCannotTargetEnemyLoot, the hoppers wont suck in horse dung anymore, am I doing something wrong?

hi, no, they will not until next update.

Oh okay thanks, also, is there a flag so people can remove ladders placed on their bases by other players? I run a pve server and sometimes this happens

hi, Ignore Ladder Damage is in the config. set it to true.

Thank you!

will next update for the hopper fix be next force wipe roughly ?

hi, it should be then if not before then. you can change the .cs yourself though

if (di.DroppedBy == entity.OwnerID || IsAuthed(di, entity))​
on line 2980 change this to
if (di.DroppedBy == 0 || di.DroppedBy == entity.OwnerID || IsAuthed(di, entity))​
nivex

hi, it should be then if not before then. you can change the .cs yourself though

if (di.DroppedBy == entity.OwnerID || IsAuthed(di, entity))​
on line 2980 change this to
if (di.DroppedBy == 0 || di.DroppedBy == entity.OwnerID || IsAuthed(di, entity))​
awesome worked a treat :D