1
0
mirror of https://github.com/demodude4u/Factorio-FBSR.git synced 2024-11-27 08:20:57 +02:00

pesky debug lines...

This commit is contained in:
Weston Rye (Demod) 2017-06-03 00:30:42 -04:00
parent d50f71c7ae
commit 358809a3ad

View File

@ -29,7 +29,6 @@ public class AssemblingMachineRendering extends TypeRendererFactory {
@Override @Override
public void createRenderers(Consumer<Renderer> register, WorldMap map, DataTable dataTable, BlueprintEntity entity, public void createRenderers(Consumer<Renderer> register, WorldMap map, DataTable dataTable, BlueprintEntity entity,
EntityPrototype prototype) { EntityPrototype prototype) {
prototype.debugPrint();
LuaValue animationLua = prototype.lua().get("idle_animation"); LuaValue animationLua = prototype.lua().get("idle_animation");
if (animationLua.isnil()) { if (animationLua.isnil()) {
animationLua = prototype.lua().get("animation"); animationLua = prototype.lua().get("animation");