Skip to content

Fix for grab move logic

Rob Nelson requested to merge pull/12518/patch-2 into Bleeding-Edge

Created by: optimumtact

The . = ..() call was removed in #12287 and replaced with a step for the standard case, so I infer it no longer worked to do the step call.

I assume this call in the grab code was meant to also be replaced but was overlooked.

This probably fixes #12516 (closed) but I didn't test it yet

Merge request reports