mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-31 06:12:28 +01:00 
			
		
		
		
	trim whitespaces
This commit is contained in:
		| @@ -168,7 +168,7 @@ public final class CharsReplacer implements Replacer { | |||||||
|       builder.append(ChatColor.translateAlternateColorCodes('&', replacement)); |       builder.append(ChatColor.translateAlternateColorCodes('&', replacement)); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return builder.toString(); |     return builder.toString().trim(); | ||||||
|   } |   } | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user