forked from PaperMC/Waterfall
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fd1c6f
commit ebdac40
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
Submodule BungeeCord
updated
1 files
+2 −11 | api/src/main/java/net/md_5/bungee/api/ServerConnectRequest.java |
22 changes: 22 additions & 0 deletions
22
BungeeCord-Patches/0048-temporary-Fix-broken-upstream-build.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|