Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaKR93 committed May 9, 2024
1 parent 7c8614f commit da7a432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/server/0003-Rebrand.patch
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ index de70bfdbdd7740fdf20dd063a7a623a9e96cef98..85f4a9300aebfd4ee64d179dfa1f7ffd
serverModName = getString("settings.server-mod-name", serverModName);
}
diff --git a/src/main/java/org/spigotmc/WatchdogThread.java b/src/main/java/org/spigotmc/WatchdogThread.java
index a353eb9f45af7b7f9bfd92a4a89403335b841840..e4513839e002d776420a1c4a82dd5c5b2ca13efb 100644
index a353eb9f45af7b7f9bfd92a4a89403335b841840..0bd939fc0f1a13759eaf7c36a7a4874eaec91466 100644
--- a/src/main/java/org/spigotmc/WatchdogThread.java
+++ b/src/main/java/org/spigotmc/WatchdogThread.java
@@ -96,7 +96,7 @@ public final class WatchdogThread extends io.papermc.paper.util.TickThread // Pa
Expand All @@ -512,7 +512,7 @@ index a353eb9f45af7b7f9bfd92a4a89403335b841840..e4513839e002d776420a1c4a82dd5c5b
+ log.log( Level.SEVERE, "If you are unsure or still think this is a " + org.bukkit.craftbukkit.util.Versioning.BRANDING + " bug, please report this to " + org.bukkit.craftbukkit.util.Versioning.REPOSITORY ); // Purpur // Plazma - Rebrand
log.log( Level.SEVERE, "Be sure to include ALL relevant console errors and Minecraft crash reports" );
- log.log( Level.SEVERE, "Purpur version: " + Bukkit.getServer().getVersion() ); // Purpur
+ log.log( Level.SEVERE, org.bukkit.craftbukkit.util.Versioning.BRANDING " version: " + Bukkit.getServer().getVersion() ); // Purpur // Plazma - Rebrand
+ log.log( Level.SEVERE, org.bukkit.craftbukkit.util.Versioning.BRANDING + " version: " + Bukkit.getServer().getVersion() ); // Purpur // Plazma - Rebrand
//
if ( net.minecraft.world.level.Level.lastPhysicsProblem != null )
{
Expand Down

0 comments on commit da7a432

Please sign in to comment.