mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-31 19:45:26 +02:00
if( -> if (
This commit is contained in:
@@ -380,7 +380,7 @@ public final class LocaleLoader {
|
||||
* @return The message with the hex color codes translated to Minecraft color codes
|
||||
*/
|
||||
public static String translateHexColorCodes(String messageWithHex) {
|
||||
if(messageWithHex == null) {
|
||||
if (messageWithHex == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user