[0.12.1]WrongCommand in lualib builder.lua
Posted: Wed Jul 29, 2015 4:28 pm
Faulty line number 30 in Factorio\data\core\lualib\builder.lua:
I'm fairly certain it is neccecary to change it to:
Due to the recent changes
!
Code: Select all
game.create_entity{name=action.name, position=self.position, direction=action.direction}
Code: Select all
game.surfaces["nauvis"].create_entity{name=action.name, position=self.position, direction=action.direction}
