[Large Problem] FPSelectorHelper never get removed from eventListeners
mcenderdragon opened this issue ยท 3 comments
an FPSelectorHelper gets regostered to the world eventListeer but never removed this will pile up as the other reference (Map<Integer, WeakHashMap<IBlockSelector, FPSelectorHelper>>) is a weak reference is is gone so it ticks and is updated but is not need any more.