3.7.1 Patches

This commit is contained in:
rockyhawk64 2020-07-30 14:33:06 +10:00
parent d49732ff0a
commit 5d57755d77
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: 3.7.0
version: 3.7.1
main: me.rockyhawk.commandPanels.commandpanels
name: CommandPanels
author: RockyHawk

View File

@ -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);
}