Code Reformat

This commit is contained in:
Driftay
2019-09-11 06:58:46 -04:00
parent bc62491862
commit 9b68687ef7
8 changed files with 16 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ public class CheckSettingsFrame implements InventoryHolder, FactionGUI {
return minutes + " Minutes";
}
public String color(String message){
public String color(String message) {
return ChatColor.translateAlternateColorCodes('&', message);
}
}