Update the tips to reflect 1.13 changes

This commit is contained in:
Jesse Boyd
2018-08-16 00:31:44 +10:00
parent 19125bee5f
commit 15d0d16da6
3 changed files with 9 additions and 2 deletions

View File

@ -289,7 +289,7 @@ public class SelectionCommands {
player.giveItem(new BaseItemStack(we.getConfiguration().wandItem, 1));
BBC.SELECTION_WAND.send(player);
if (!FawePlayer.wrap(player).hasPermission("fawe.tips"))
BBC.TIP_SEL_LIST.or(BBC.TIP_SELECT_CONNECTED, BBC.TIP_SET_POS1, BBC.TIP_FARWAND).send(player);
BBC.TIP_SEL_LIST.or(BBC.TIP_SELECT_CONNECTED, BBC.TIP_SET_POS1, BBC.TIP_FARWAND, BBC.TIP_DISCORD).send(player);
}
@Command(