geforkt von Mirrors/Paper
Stupid debug stuff
Dieser Commit ist enthalten in:
Ursprung
f6d479b736
Commit
c0e1d57c02
@ -1,4 +1,4 @@
|
||||
From 4dac5fc704f8342e0d85ab116d996115343e2cfa Mon Sep 17 00:00:00 2001
|
||||
From a7b0d8aa1fdbc190b46efe08451568090520ca3c Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Sat, 28 Sep 2013 18:35:51 +1000
|
||||
Subject: [PATCH] Snapshot Protocol
|
||||
@ -308,7 +308,7 @@ index 70f9fea..2d0c1f9 100644
|
||||
BufferedReader bufferedreader = new BufferedReader(new InputStreamReader(url.openConnection(PendingConnection.b(this.pendingConnection).ap()).getInputStream()));
|
||||
String s1 = bufferedreader.readLine();
|
||||
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
|
||||
index 296c581..686e82c 100644
|
||||
index 296c581..a49b275 100644
|
||||
--- a/src/main/java/org/spigotmc/SpigotConfig.java
|
||||
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
|
||||
@@ -290,4 +290,22 @@ public class SpigotConfig
|
||||
@ -322,7 +322,7 @@ index 296c581..686e82c 100644
|
||||
+ private static void snapshotProtocol()
|
||||
+ {
|
||||
+ snapshotProtocol = getBoolean( "settings.snapshot-protocol", false );
|
||||
+snapshotProtocol = true;
|
||||
+
|
||||
+ gameVersion = ( snapshotProtocol ) ? "13w39b" : "1.6.4";
|
||||
+ protocolVersion = (byte) ( ( snapshotProtocol ) ? 80 : 78 );
|
||||
+ if ( snapshotProtocol )
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren