Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CitizensDev/Citizens2
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 2, 2020
2 parents 496a4cb + 7fd5f5c commit 7678915
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ public void bee(CommandContext args, CommandSender sender, NPC npc) throws Comma
}
if (args.hasFlag('n')) {
trait.setNectar(!trait.hasNectar());
output += ' ' + (trait.hasStung() ? Messaging.tr(Messages.BEE_HAS_NECTAR, npc.getName())
output += ' ' + (trait.hasNectar() ? Messaging.tr(Messages.BEE_HAS_NECTAR, npc.getName())
: Messaging.tr(Messages.BEE_NO_NECTAR, npc.getName()));
}
if (!output.isEmpty()) {
Expand Down

0 comments on commit 7678915

Please sign in to comment.