mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 02:22:12 +01:00
Stupid debug stuff
By: md_5 <md_5@live.com.au>
This commit is contained in:
parent
a23a08bcf0
commit
78e6a9dfac
1 changed files with 3 additions and 3 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue