Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Travertine is running on a network with 100 players as of this commit
Browse files Browse the repository at this point in the history
Update upstream
  • Loading branch information
fuzzybot committed Jul 3, 2016
1 parent faa802e commit 31866db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Waterfall
14 changes: 7 additions & 7 deletions Waterfall-Proxy-Patches/0006-1.7.x-Client-Support.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 96a9466f6b64444c5419c9fffd550dfa040ea2c0 Mon Sep 17 00:00:00 2001
From caa48805ff72ccbb8c30fb708275c289b9e95cd9 Mon Sep 17 00:00:00 2001
From: Troy Frew <fuzzy_bot@arenaga.me>
Date: Sun, 3 Jul 2016 02:45:37 -0400
Subject: [PATCH] 1.7.x Client Support
Expand Down Expand Up @@ -804,7 +804,7 @@ index 962c267..4516330 100644
public void modernWrite(ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion) // Travertine
{
diff --git a/proxy/src/main/java/net/md_5/bungee/BungeeCord.java b/proxy/src/main/java/net/md_5/bungee/BungeeCord.java
index d0ffb70..55d77d7 100644
index cc728c7..af2d586 100644
--- a/proxy/src/main/java/net/md_5/bungee/BungeeCord.java
+++ b/proxy/src/main/java/net/md_5/bungee/BungeeCord.java
@@ -149,6 +149,14 @@ public class BungeeCord extends ProxyServer
Expand Down Expand Up @@ -966,7 +966,7 @@ index beb8fa6..88aa57f 100644
// We send the message as part of the handler, so don't send it here.
throw CancelSendSignal.INSTANCE;
diff --git a/proxy/src/main/java/net/md_5/bungee/UserConnection.java b/proxy/src/main/java/net/md_5/bungee/UserConnection.java
index ff103bf..dfbfa74 100644
index 47b37c0..8766eb9 100644
--- a/proxy/src/main/java/net/md_5/bungee/UserConnection.java
+++ b/proxy/src/main/java/net/md_5/bungee/UserConnection.java
@@ -208,6 +208,7 @@ public final class UserConnection implements ProxiedPlayer
Expand All @@ -977,7 +977,7 @@ index ff103bf..dfbfa74 100644
displayName = name;
}

@@ -420,7 +421,7 @@ public final class UserConnection implements ProxiedPlayer
@@ -427,7 +428,7 @@ public final class UserConnection implements ProxiedPlayer
public void sendMessage(ChatMessageType position, BaseComponent... message)
{
// Action bar on 1.8 doesn't display the new JSON formattings, legacy works - send it using this for now
Expand All @@ -986,7 +986,7 @@ index ff103bf..dfbfa74 100644
{
sendMessage( position, ComponentSerializer.toString( new TextComponent( TextComponent.toLegacyText( message ) ) ) );
} else
@@ -433,7 +434,7 @@ public final class UserConnection implements ProxiedPlayer
@@ -440,7 +441,7 @@ public final class UserConnection implements ProxiedPlayer
public void sendMessage(ChatMessageType position, BaseComponent message)
{
// Action bar on 1.8 doesn't display the new JSON formattings, legacy works - send it using this for now
Expand All @@ -995,7 +995,7 @@ index ff103bf..dfbfa74 100644
{
sendMessage( position, ComponentSerializer.toString( new TextComponent( TextComponent.toLegacyText( message ) ) ) );
} else
@@ -570,19 +571,29 @@ public final class UserConnection implements ProxiedPlayer
@@ -577,19 +578,29 @@ public final class UserConnection implements ProxiedPlayer
@Override
public void setTabHeader(BaseComponent header, BaseComponent footer)
{
Expand Down Expand Up @@ -1033,7 +1033,7 @@ index ff103bf..dfbfa74 100644
}

@Override
@@ -605,7 +616,7 @@ public final class UserConnection implements ProxiedPlayer
@@ -612,7 +623,7 @@ public final class UserConnection implements ProxiedPlayer

public void setCompressionThreshold(int compressionThreshold)
{
Expand Down

0 comments on commit 31866db

Please sign in to comment.