Bug fix in narrating chest name.
This commit is contained in:
@@ -564,7 +564,6 @@ namespace stardew_access.Game
|
||||
if(obj is Chest)
|
||||
{
|
||||
Chest chest = (Chest)obj;
|
||||
toReturn = chest.Type;
|
||||
toReturn = chest.DisplayName;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user