You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -183,7 +183,7 @@ public class BungeeCord extends ProxyServer
24
+
@@ -184,7 +184,7 @@ public class BungeeCord extends ProxyServer
25
25
public BungeeCord() throws IOException
26
26
{
27
27
// Java uses ! to indicate a resource inside of a jar/zip/other container. Running Bungee from within a directory that has a ! will cause this to muck up.
@@ -30,7 +30,7 @@ index 3576d6ae..3158dbfa 100644
30
30
31
31
reloadMessages();
32
32
33
-
@@ -543,7 +543,7 @@ public class BungeeCord extends ProxyServer
33
+
@@ -538,7 +538,7 @@ public class BungeeCord extends ProxyServer
34
34
@Override
35
35
public String getName()
36
36
{
@@ -40,14 +40,14 @@ index 3576d6ae..3158dbfa 100644
Copy file name to clipboardExpand all lines: BungeeCord-Patches/0005-Disable-Metrics.patch
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
From 11e76cd77090962082a021e69881c1cbe7194653 Mon Sep 17 00:00:00 2001
1
+
From 853a9e9de1dfba27515c129ffd21d6e608559d55 Mon Sep 17 00:00:00 2001
2
2
From: Jamie Mansfield <dev@jamierocks.uk>
3
3
Date: Thu, 19 May 2016 10:55:20 -0700
4
4
Subject: [PATCH] Disable Metrics
5
5
6
6
MCStats has not been stable for a long while now, and in our opinion it is not worth migrating to an alternative service. Waterfall has been maintained for the past two years without any or much consideration to statistics, we have users and that's enough for us ;)
0 commit comments