Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Aug 5, 2018
1 parent 3fd1c6f commit ebdac40
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BungeeCord
22 changes: 22 additions & 0 deletions BungeeCord-Patches/0048-temporary-Fix-broken-upstream-build.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
From a2614c692d4251c501768ba11f6fe2566274cad2 Mon Sep 17 00:00:00 2001
From: Jamie Mansfield <[email protected]>
Date: Sun, 5 Aug 2018 13:54:39 +0100
Subject: [PATCH] temporary: Fix broken upstream build


diff --git a/api/src/main/java/net/md_5/bungee/api/ServerConnectRequest.java b/api/src/main/java/net/md_5/bungee/api/ServerConnectRequest.java
index 578546dd..33d2f446 100644
--- a/api/src/main/java/net/md_5/bungee/api/ServerConnectRequest.java
+++ b/api/src/main/java/net/md_5/bungee/api/ServerConnectRequest.java
@@ -59,7 +59,7 @@ public class ServerConnectRequest
/**
* Timeout in milliseconds for request.
*/
- @Builder.Default
+ @lombok.Builder.Default
private final int connectTimeout = 5000; // TODO: Configurable
/**
* Should the player be attempted to connect to the next server in their
--
2.18.0

0 comments on commit ebdac40

Please sign in to comment.