From f65911f2589a552d29307685a11721899e3b2ce1 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Wed, 17 Feb 2021 07:47:43 +1300 Subject: [PATCH] Make it clearer the configs were combined --- .../disguise/commands/libsdisguises/LDUploadLogs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/libraryaddict/disguise/commands/libsdisguises/LDUploadLogs.java b/src/main/java/me/libraryaddict/disguise/commands/libsdisguises/LDUploadLogs.java index a3f21685..30db6276 100644 --- a/src/main/java/me/libraryaddict/disguise/commands/libsdisguises/LDUploadLogs.java +++ b/src/main/java/me/libraryaddict/disguise/commands/libsdisguises/LDUploadLogs.java @@ -226,7 +226,7 @@ public class LDUploadLogs implements LDCommand { sender.sendMessage(ChatColor.GOLD + "Click on the below message to have it appear in your chat input"); } - String text = "My log file: " + latestPaste + ", my config file: " + configPaste + " and my disguises file: " + disguisesPaste; + String text = "My log file: " + latestPaste + ", my combined config files: " + configPaste + " and my disguises file: " + disguisesPaste; ComponentBuilder builder = new ComponentBuilder(""); builder.append(text);