Bug fix in narrating chest name.

master
shoaib11120 2022-01-21 15:35:38 +05:30
parent ce5e85c9b9
commit 832f92867b
1 changed files with 0 additions and 1 deletions

View File

@ -564,7 +564,6 @@ namespace stardew_access.Game
if(obj is Chest) if(obj is Chest)
{ {
Chest chest = (Chest)obj; Chest chest = (Chest)obj;
toReturn = chest.Type;
toReturn = chest.DisplayName; toReturn = chest.DisplayName;
} }