Remove redundant toLowerCase()
This commit is contained in:
@@ -143,7 +143,7 @@ public final class BlockPlaceMods implements Module, Listener
|
|||||||
for (Mod mod : ModAbstract.getMods().values())
|
for (Mod mod : ModAbstract.getMods().values())
|
||||||
{
|
{
|
||||||
result.append("\n").append(ChatColor.AQUA.toString()).append("/mod ").append(ChatColor.ITALIC.toString())
|
result.append("\n").append(ChatColor.AQUA.toString()).append("/mod ").append(ChatColor.ITALIC.toString())
|
||||||
.append(mod.getName().toLowerCase()).append(ChatColor.GRAY.toString()).append(" - ")
|
.append(mod.getName()).append(ChatColor.GRAY.toString()).append(" - ")
|
||||||
.append(mod.getDescription());
|
.append(mod.getDescription());
|
||||||
}
|
}
|
||||||
return result.toString();
|
return result.toString();
|
||||||
|
|||||||
Reference in New Issue
Block a user