forked from Upstream/CommandPanels
3.7.1 Patches
This commit is contained in:
parent
d49732ff0a
commit
5d57755d77
@ -1,4 +1,4 @@
|
||||
version: 3.7.0
|
||||
version: 3.7.1
|
||||
main: me.rockyhawk.commandPanels.commandpanels
|
||||
name: CommandPanels
|
||||
author: RockyHawk
|
||||
|
@ -298,9 +298,9 @@ public class commandpanels extends JavaPlugin {
|
||||
List<String> clore = new ArrayList<>();
|
||||
if (lore != null) {
|
||||
if(usePlaceholders && useColours){
|
||||
papi(p, clore, true);
|
||||
clore = papi(p, lore, true);
|
||||
}else if(useColours){
|
||||
papi(p, clore, false);
|
||||
clore = papi(p, lore, false);
|
||||
}
|
||||
renamedMeta.setLore(clore);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user