mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +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 | ||||
| { | ||||
|     private static final int SPACE_WIDTH = 4; | ||||
|     private static final char PADDING_CHAR = 'ˌ'; | ||||
|     private static final char PADDING_CHAR = '\u02cc'; | ||||
|  | ||||
|     /** | ||||
|      * Yoinked from FontRenderer | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev