Search found 1 match

by R4m80
Tue Jan 12, 2021 9:27 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.8] Crash using new train UI (Train::getStateDescription)
Replies: 14
Views: 4580

Re: [1.1.8] Crash using new train UI (Train::getStateDescription)

Code: Select all

/c
for _,ent in pairs (game.player.force.get_trains()) do
	if ent.speed == 0 and ent.manual_mode == false then
		ent.manual_mode = true
		ent.manual_mode = false
	end
end
worked for me and is only one copy/pasta

Go to advanced search