From e84b7f2f334b63efdbf30280786d5c391b60171e Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sun, 3 Jul 2016 21:53:51 +0100 Subject: [PATCH] Fix timeout variant patch --- ...ch => 0041-Add-timeout-variant-to-connect-methods.patch} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename BungeeCord-Patches/{0041-Add-timeout-variant-to-connect-methods-Also-added-mo.patch => 0041-Add-timeout-variant-to-connect-methods.patch} (95%) diff --git a/BungeeCord-Patches/0041-Add-timeout-variant-to-connect-methods-Also-added-mo.patch b/BungeeCord-Patches/0041-Add-timeout-variant-to-connect-methods.patch similarity index 95% rename from BungeeCord-Patches/0041-Add-timeout-variant-to-connect-methods-Also-added-mo.patch rename to BungeeCord-Patches/0041-Add-timeout-variant-to-connect-methods.patch index def53f7..89f14dc 100644 --- a/BungeeCord-Patches/0041-Add-timeout-variant-to-connect-methods-Also-added-mo.patch +++ b/BungeeCord-Patches/0041-Add-timeout-variant-to-connect-methods.patch @@ -1,9 +1,9 @@ -From d9dc3e5bcd370b01545288c9820dc0b57e329e03 Mon Sep 17 00:00:00 2001 +From 146a4a7ade1125df18f4d3ff7f2575822e1c0c44 Mon Sep 17 00:00:00 2001 From: Ichbinjoe Date: Sun, 3 Jul 2016 03:54:14 -0400 -Subject: [PATCH] Add timeout variant to connect methods Also added more - connect methods to ProxiedPlayer, in addition to the new method +Subject: [PATCH] Add timeout variant to connect methods +Also added more connect methods to ProxiedPlayer, in addition to the new method diff --git a/api/src/main/java/net/md_5/bungee/api/connection/ProxiedPlayer.java b/api/src/main/java/net/md_5/bungee/api/connection/ProxiedPlayer.java index 375815c..c49e900 100644