Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-15 11:00:06 +01:00
Redo protocol warning message
Dieser Commit ist enthalten in:
Ursprung
1a6b7c9d79
Commit
0326076342
27
Spigot-Server-Patches/0041-PaperSpigot-protocol-warning.patch
Normale Datei
27
Spigot-Server-Patches/0041-PaperSpigot-protocol-warning.patch
Normale Datei
@ -0,0 +1,27 @@
|
||||
From 40f8feb1c90ae82fc9cbc4655e39bdbdb3869358 Mon Sep 17 00:00:00 2001
|
||||
From: Zach Brown <Zbob750@live.com>
|
||||
Date: Sun, 21 Sep 2014 22:10:16 -0500
|
||||
Subject: [PATCH] PaperSpigot protocol warning
|
||||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/Main.java b/src/main/java/org/bukkit/craftbukkit/Main.java
|
||||
index ba744b1..085754d 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/Main.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/Main.java
|
||||
@@ -160,10 +160,10 @@ public class Main {
|
||||
}
|
||||
}
|
||||
|
||||
- System.err.println( "This Spigot build supports Minecraft clients both of versions 1.7.x and of 1.8.x.\n"
|
||||
+ System.err.println( "This PaperSpigot build only supports Minecraft 1.8.x clients!\n"
|
||||
+ "*** It is imperative that backups be taken before running this build on your server! ***\n"
|
||||
- + "Please report any such issues to http://www.spigotmc.org/, stating your client, server, and if applicable BungeeCord versions.\n"
|
||||
- + "*** Any bug reports not running the very latest versions of these softwares will be ignored ***\n\n" );
|
||||
+ + "Please report issues directly to Paper, and always ensure you're up-to-date!\n"
|
||||
+ + "*** Any bug reports not running the very latest version of the software will be ignored ***\n\n" );
|
||||
|
||||
// Spigot end
|
||||
|
||||
--
|
||||
1.9.1
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren