Remove trailing whitespace

This commit is contained in:
Jeija
2015-10-04 13:30:34 +02:00
parent 24958e253b
commit 97f7b5745f
15 changed files with 99 additions and 99 deletions

View File

@ -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