summaryrefslogtreecommitdiffstats
path: root/nms-patches/NetworkManager.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/NetworkManager.patch')
-rw-r--r--nms-patches/NetworkManager.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/nms-patches/NetworkManager.patch b/nms-patches/NetworkManager.patch
index 6e69467c..eac0071a 100644
--- a/nms-patches/NetworkManager.patch
+++ b/nms-patches/NetworkManager.patch
@@ -18,7 +18,15 @@
this.n = ichatbasecomponent;
}
-@@ -313,7 +313,7 @@
+@@ -306,14 +306,14 @@
+ if (this.j() != null) {
+ this.i().a(this.j());
+ } else if (this.i() != null) {
+- this.i().a(new ChatMessage("multiplayer.disconnect.banned", new Object[0]));
++ this.i().a(new ChatMessage("multiplayer.disconnect.generic", new Object[0]));
+ }
+ }
+
}
}