mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-23 09:37:35 +01:00
Merge branch 'master' of github.com:CitizensDev/Citizens2
This commit is contained in:
commit
767891588a
@ -76,7 +76,7 @@ public class Commands {
|
||||
}
|
||||
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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user