(DynamicCheat cheat)
| 139 | } |
| 140 | |
| 141 | public void removeCheat(DynamicCheat cheat) { |
| 142 | cheat.active.set(false); |
| 143 | getMemory().removeListener(cheat); |
| 144 | cheatList.remove(cheat); |
| 145 | } |
| 146 | |
| 147 | @Override |
| 148 | protected void unregisterListeners() { |
nothing calls this directly
no test coverage detected