From 668886d9b5e6010f2a87af1c09d68254590c0bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Tue, 23 Sep 2014 20:55:18 +0200 Subject: [PATCH] Cleanup. --- src/main/scala/li/cil/oc/common/tileentity/Robot.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/scala/li/cil/oc/common/tileentity/Robot.scala b/src/main/scala/li/cil/oc/common/tileentity/Robot.scala index cd0d60054..06bd84ae6 100644 --- a/src/main/scala/li/cil/oc/common/tileentity/Robot.scala +++ b/src/main/scala/li/cil/oc/common/tileentity/Robot.scala @@ -299,10 +299,6 @@ class Robot extends traits.Computer with traits.PowerInformation with tileentity // Ensure we have a node address, because the proxy needs this to initialize // its own node to the same address ours has. api.Network.joinNewNetwork(node) - - // Flush excess energy to other components (mostly relevant for upgrading - // robots from 1.2 to 1.3, to move energy to the experience upgrade). - bot.node.setLocalBufferSize(bot.node.localBufferSize) } }