diff --git a/patches/server/0003-Rebrand.patch b/patches/server/0003-Rebrand.patch index 8478debd9..db96353e6 100644 --- a/patches/server/0003-Rebrand.patch +++ b/patches/server/0003-Rebrand.patch @@ -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 @@ -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 ) {