Suggestion disable item dislocator pinging sound
wolfrunner86 opened this issue ยท 5 comments
i would really like a way to disable the annoying pinging every time the magnet sucks something in. if there is already a way to disable this i cant find it.
I think with you commit 4570abb, the magnet ping plays constantly, even when nothing is being picked up.
This is your new code:
if (flag || !DEConfig.disableDislocatorSound) {
I think it should be:
if (flag && !DEConfig.disableDislocatorSound) {
Brandon figured it out in smp yesterday.. 76dff8b Fix is live on curse also.