mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-05 13:35:48 +00:00
Fixed ^r's ability to continue onto the second line.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user