mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Use Unicode escape code instead of literal
It doesn't compile under Gradle on my system. Goodness knows why not.
This commit is contained in:
		| @@ -18,7 +18,7 @@ import static dan200.computercraft.shared.command.framework.ChatHelpers.coloured | |||||||
| public class TextFormatter | public class TextFormatter | ||||||
| { | { | ||||||
|     private static final int SPACE_WIDTH = 4; |     private static final int SPACE_WIDTH = 4; | ||||||
|     private static final char PADDING_CHAR = 'ˌ'; |     private static final char PADDING_CHAR = '\u02cc'; | ||||||
|  |  | ||||||
|     /** |     /** | ||||||
|      * Yoinked from FontRenderer |      * Yoinked from FontRenderer | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev