Update SpecificChannelButton.java
This commit is contained in:
parent
2180be2055
commit
04491493c2
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user