-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrated pre-hard-fork patch 0001-Build-changes.patch
- Loading branch information
1 parent
f8720b1
commit ab4661e
Showing
3 changed files
with
31 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...erver/paper-patches/files/src/main/java/org/bukkit/craftbukkit/util/Versioning.java.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java | ||
+++ b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java | ||
@@ -11,7 +_,7 @@ | ||
public static String getBukkitVersion() { | ||
String result = "Unknown-Version"; | ||
|
||
- InputStream stream = Bukkit.class.getClassLoader().getResourceAsStream("META-INF/maven/io.papermc.paper/paper-api/pom.properties"); | ||
+ InputStream stream = Bukkit.class.getClassLoader().getResourceAsStream("META-INF/maven/net.gommehd.cheetah/cheetah-api/pom.properties"); // Cheetah - Build changes | ||
Properties properties = new Properties(); | ||
|
||
if (stream != null) { |
This file was deleted.
Oops, something went wrong.