mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-16 12:21:25 +01:00
Fix /npc panda typo
This commit is contained in:
parent
f9a36bae24
commit
1028a3fabb
@ -204,7 +204,7 @@ public class Commands {
|
||||
throw new CommandUsageException(Messages.INVALID_PANDA_GENE,
|
||||
Util.listValuesPretty(Panda.Gene.values()));
|
||||
}
|
||||
trait.setMainGene(gene);
|
||||
trait.setHiddenGene(gene);
|
||||
output += ' ' + Messaging.tr(Messages.PANDA_HIDDEN_GENE_SET, args.getFlag("hgene"));
|
||||
}
|
||||
if (!output.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user