mirror of
https://github.com/BX-Team/DivineMC.git
synced 2026-01-04 15:31:43 +00:00
remove hard version
This commit is contained in:
@@ -112,15 +112,13 @@
|
||||
- "Specification-Vendor" to "Purpur Team", // Purpur
|
||||
- "Brand-Id" to "purpurmc:purpur", // Purpur
|
||||
- "Brand-Name" to "Purpur", // Purpur
|
||||
- "Build-Number" to (build ?: ""),
|
||||
+ "Specification-Vendor" to "BX Team", // DivineMC
|
||||
+ "Brand-Id" to "bxteam:divinemc", // DivineMC
|
||||
+ "Brand-Name" to "DivineMC", // DivineMC
|
||||
+ "Build-Number" to "456",
|
||||
"Build-Number" to (build ?: ""),
|
||||
"Build-Time" to buildTime.toString(),
|
||||
"Git-Branch" to gitBranch,
|
||||
- "Git-Commit" to gitHash,
|
||||
+ "Git-Commit" to "4176f4d",
|
||||
"Git-Commit" to gitHash,
|
||||
+ "Experimental" to experimental, // DivineMC - Experimental flag
|
||||
)
|
||||
for (tld in setOf("net", "com", "org")) {
|
||||
|
||||
Reference in New Issue
Block a user