diff options
author | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
commit | 97f7b5745f8914178adbfce65bc339c366cb4a17 (patch) | |
tree | 345687ec5df1f47517e62098d6afd3b728c8728f /mesecons_movestones | |
parent | 24958e253b95da19fa47c0c6ba7990123ee7724a (diff) |
Remove trailing whitespace
Diffstat (limited to 'mesecons_movestones')
-rw-r--r-- | mesecons_movestones/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_movestones/init.lua b/mesecons_movestones/init.lua index 69b8c5d..52a5605 100644 --- a/mesecons_movestones/init.lua +++ b/mesecons_movestones/init.lua @@ -74,7 +74,7 @@ function mesecon.register_movestone(name, def, is_sticky) local maxpush = mesecon.setting("movestone_max_push", 50) local maxpull = mesecon.setting("movestone_max_pull", 50) local success, stack, oldstack = mesecon.mvps_push(frontpos, direction, maxpush) - if success then + if success then mesecon.mvps_process_stack(stack) mesecon.mvps_move_objects(frontpos, direction, oldstack) -- Too large stack/stopper in the way: try again very soon |