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