Fixed ^r's ability to continue onto the second line.

This commit is contained in:
cerevisiae
2010-12-10 02:44:37 -06:00
parent a3c039b112
commit 8d8553c568
2 changed files with 10 additions and 5 deletions

View File

@ -396,7 +396,8 @@ public class vMinecraftCommands{
+ Colors.Rose + "c"
+ Colors.LightPurple + "d"
+ Colors.Yellow + "e"
+ Colors.White + "f");
+ Colors.White + "f"
+ "^r" + "rrrrrrrrrrr");
return EXIT_SUCCESS;
}