Update SpecificChannelButton.java

This commit is contained in:
Alexander Meech 2017-07-26 21:23:02 -04:00 committed by cnr
parent 2180be2055
commit 04491493c2

View File

@ -34,7 +34,7 @@ public class SpecificChannelButton implements GuiItem
@Override
public void setup()
{
_channel = Managers.get(BonusManager.class).getSpecificCreator();
_channel = Pair.create("", "");
if (_youtubeManager.canSpecificYoutube(_player))
{
_item = new ItemBuilder(Material.APPLE)
@ -111,4 +111,4 @@ public class SpecificChannelButton implements GuiItem
{
return _item;
}
}
}