mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 10:43:45 +01:00 
			
		
		
		
	fix color formatting
This commit is contained in:
		@@ -34,7 +34,7 @@ public class DebugPaste extends SubCommand {
 | 
				
			|||||||
                    try {
 | 
					                    try {
 | 
				
			||||||
                        latestLOG = HastebinUtility.upload(new File(BukkitMain.THIS.getDirectory(), "../../logs/latest.log"));
 | 
					                        latestLOG = HastebinUtility.upload(new File(BukkitMain.THIS.getDirectory(), "../../logs/latest.log"));
 | 
				
			||||||
                    } catch (final Exception e) {
 | 
					                    } catch (final Exception e) {
 | 
				
			||||||
                        plr.sendMessage("&clatest.log is too big to be pasted, will ignore");
 | 
					                        plr.sendMessage(ChatColor.RED + "latest.log is too big to be pasted, will ignore");
 | 
				
			||||||
                        latestLOG = "too big :(";
 | 
					                        latestLOG = "too big :(";
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    final StringBuilder b = new StringBuilder();
 | 
					                    final StringBuilder b = new StringBuilder();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user