Skip to content

Commit

Permalink
修复bstats统计为Unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
Luohuayu committed Aug 5, 2019
1 parent 3a84221 commit 5440a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ outputJar {

manifest.attributes([
"Implementation-Title": rootProject.name,
"Implementation-Version": "git-" + minecraft.version + "-" + version,
"Implementation-Version": "git-CatServer-" + minecraft.version + "-" + version,
"Main-Class": "catserver.server.CatServerLaunch",
"TweakClass": "net.minecraftforge.fml.common.launcher.FMLTweaker",
"Class-Path": new File("libraries").listFiles().collect { 'libraries/' + it.getName() }.join(' ') + " minecraft_server.1.12.2.jar",
Expand Down

0 comments on commit 5440a8b

Please sign in to comment.