Update 'controller/Controller.lua'
This commit is contained in:
		| @@ -104,7 +104,7 @@ end | ||||
|  | ||||
| function Controller:updateFuelLevel() | ||||
|     self.turtleStatus = "checking tree" | ||||
|     local s, fuelLevel = self:doAction("getFuelLevel") | ||||
|     local s, fuelLevel = self:doAction(self.slaveId, "getFuelLevel") | ||||
|     if(s == true) then | ||||
|         self.turtleFuelLevel = fuelLevel | ||||
|     end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user