Fixed some items being marked as for Community Center bundles incorrectly.
This commit is contained in:
parent
b31dd223d8
commit
4b962bf4b0
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.7.6.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.6.0")]
|
||||
[assembly: AssemblyVersion("1.7.7.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.7.0")]
|
||||
|
|
|
@ -178,7 +178,9 @@ namespace UIInfoSuite.UIElements
|
|||
{
|
||||
if (requiredBundle.Value.Contains(_hoverItem.ParentSheetIndex) &&
|
||||
!_hoverItem.Name.Contains("arecrow") &&
|
||||
_hoverItem.Name != "Chest")
|
||||
_hoverItem.Name != "Chest" &&
|
||||
_hoverItem.Name != "Recycling Machine" &&
|
||||
_hoverItem.Name != "Solid Gold Lewis")
|
||||
{
|
||||
requiredBundleName = requiredBundle.Key;
|
||||
break;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Name": "UI Info Suite",
|
||||
"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.",
|
||||
"UniqueID": "Cdaragorn.UiInfoSuite",
|
||||
"EntryDll": "UIInfoSuite.dll",
|
||||
|
|
Loading…
Reference in New Issue