Typo fix
This commit is contained in:
@@ -290,7 +290,7 @@ drawRBOptions cfig w = fromMaybe mempty $ do
|
|||||||
| otherwise = mempty
|
| otherwise = mempty
|
||||||
otheritem j = fromMaybe "" $ do
|
otheritem j = fromMaybe "" $ do
|
||||||
itype <- you w ^? crInv . ix j . itType
|
itype <- you w ^? crInv . ix j . itType
|
||||||
return $ itemBaseName ittype
|
return $ itemBaseName itype
|
||||||
|
|
||||||
equipAllocString :: EquipmentAllocation -> String
|
equipAllocString :: EquipmentAllocation -> String
|
||||||
equipAllocString = \case
|
equipAllocString = \case
|
||||||
|
|||||||
Reference in New Issue
Block a user