doomeer / factorio

Factorio Planner
MIT License
137 stars 40 forks source link

Fix name of Pump #22

Closed CPonty closed 7 years ago

CPonty commented 7 years ago

The image for pumps has been renamed in the wiki as of v0.15

In factoriojs.ml: pump.name, "Small-pump"; -> pump.name, "Pump";

https://wiki.factorio.com/images/Pump.png https://wiki.factorio.com/Images/Small-Pump.png

CPonty commented 7 years ago

(yes this is a trivial change, but I'm at work on break, so I'm not installing ocaml to recompile the JS)

doomeer commented 7 years ago

Thanks for the notice! I'll make sure this is fixed soon :) Don't worry about triviality ;)

doomeer commented 7 years ago

Fixed :)