I've notice after I added HopperCannotTargetEnemyLoot, the hoppers wont suck in horse dung anymore, am I doing something wrong?
HopperCannotTargetEnemyLoot not picking up horse dung
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 toif (di.DroppedBy == 0 || di.DroppedBy == entity.OwnerID || IsAuthed(di, entity)) awesome worked a treat :Dnivexhi, it should be then if not before then. you can change the .cs yourself though
on line 2980 change this toif (di.DroppedBy == entity.OwnerID || IsAuthed(di, entity))if (di.DroppedBy == 0 || di.DroppedBy == entity.OwnerID || IsAuthed(di, entity))