PyroFire232 / warptorio2

An updated / refined version of warptorio https://mods.factorio.com/mod/warptorio
8 stars 8 forks source link

Fix warptorio.RemoveCacheFilter to actually remove the filters #12

Closed jrtc27 closed 3 years ago

jrtc27 commented 3 years ago

The loader not the filter was being added to rdxt, meaning the subsequent table.RemoveByValue loop did nothing.

Fixes: https://mods.factorio.com/mod/warptorio2/discussion/606df1269f8bb34d838abe66

jrtc27 commented 3 years ago

Completely speculative and untested but it looks like a smoking gun to me...

jrtc27 commented 3 years ago

Although this repo seems rather outdated compared with the currently-available version of the mod?

jrtc27 commented 3 years ago

Yeah, looking at the current mod source it looks nothing like this