Commit on return after gap
This commit is contained in:
@@ -11,7 +11,7 @@ getInventoryPath x ip itid cr = case ip of
|
||||
RELCURS -> do
|
||||
selid <- cr ^? crManipulation . manObject . imSelectedItem
|
||||
guard $ (x + selid) `IM.member` (cr ^. crInv)
|
||||
return $ (x + selid)
|
||||
return (x + selid)
|
||||
RELITEM
|
||||
| (itid + x) `IM.member` (cr ^. crInv) ->
|
||||
return $ itid + x
|
||||
|
||||
Reference in New Issue
Block a user