Fixed some items being marked as for Community Center bundles incorrectly.

This commit is contained in:
cdaragorn 2018-05-23 22:03:55 -06:00
parent b31dd223d8
commit 4b962bf4b0
3 changed files with 6 additions and 4 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.6.0")] [assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.6.0")] [assembly: AssemblyFileVersion("1.7.7.0")]

View File

@ -178,7 +178,9 @@ namespace UIInfoSuite.UIElements
{ {
if (requiredBundle.Value.Contains(_hoverItem.ParentSheetIndex) && if (requiredBundle.Value.Contains(_hoverItem.ParentSheetIndex) &&
!_hoverItem.Name.Contains("arecrow") && !_hoverItem.Name.Contains("arecrow") &&
_hoverItem.Name != "Chest") _hoverItem.Name != "Chest" &&
_hoverItem.Name != "Recycling Machine" &&
_hoverItem.Name != "Solid Gold Lewis")
{ {
requiredBundleName = requiredBundle.Key; requiredBundleName = requiredBundle.Key;
break; break;

View File

@ -1,7 +1,7 @@
{ {
"Name": "UI Info Suite", "Name": "UI Info Suite",
"Author": "Cdaragorn", "Author": "Cdaragorn",
"Version": "1.7.6", "Version": "1.7.7",
"Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.", "Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.",
"UniqueID": "Cdaragorn.UiInfoSuite", "UniqueID": "Cdaragorn.UiInfoSuite",
"EntryDll": "UIInfoSuite.dll", "EntryDll": "UIInfoSuite.dll",