Bug fix in narrating chest name.
parent
ce5e85c9b9
commit
832f92867b
|
@ -564,7 +564,6 @@ namespace stardew_access.Game
|
|||
if(obj is Chest)
|
||||
{
|
||||
Chest chest = (Chest)obj;
|
||||
toReturn = chest.Type;
|
||||
toReturn = chest.DisplayName;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue