1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Merge pull request #826 from plague006/fix/walkabout

Fix walking_state in walkabout
This commit is contained in:
Matthew 2019-02-28 11:38:14 -05:00 committed by GitHub
commit 12557f8102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ local function walkabout(args)
local character = player.character
if character and character.valid then
character.walking_state = {walking = false}
character.walking_state = {walking = false, direction = defines.direction.north}
end
if non_colliding_pos then