Skip to content

Commit

Permalink
Cleanup MCP Header, version doesn't matter. Just giving respect to th…
Browse files Browse the repository at this point in the history
…ose that helped before.
  • Loading branch information
LexManos committed Mar 24, 2018
1 parent def0003 commit 27b9d44
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ protected void afterEvaluate()
LOGGER.lifecycle(" ForgeGradle {} ", this.getVersionString());
LOGGER.lifecycle(" https://github.com/MinecraftForge/ForgeGradle ");
LOGGER.lifecycle("#################################################");
LOGGER.lifecycle(" Powered by MCP {} ", this.getExtension().getMcpVersion());
LOGGER.lifecycle(" Powered by MCP ");
LOGGER.lifecycle(" http://modcoderpack.com ");
LOGGER.lifecycle(" by: Searge, ProfMobius, Fesh0r, ");
LOGGER.lifecycle(" R4wk, ZeuX, IngisKahn, bspkrs ");
LOGGER.lifecycle(" by: Searge, ProfMobius, R4wk, ZeuX ");
LOGGER.lifecycle(" Fesh0r, IngisKahn, bspkrs, LexManos ");
LOGGER.lifecycle("#################################################");

for (String str : lines)
Expand Down

0 comments on commit 27b9d44

Please sign in to comment.