Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit fc3b3f8

Browse files
committed
Temporary nLogin fix
1 parent 4ffad4d commit fc3b3f8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
From e69387926ea1dda26f2c224356f9e589b61fae8c Mon Sep 17 00:00:00 2001
2+
From: Peridot <[email protected]>
3+
Date: Tue, 25 Oct 2022 07:56:27 +0200
4+
Subject: [PATCH] Temporary nLogin fix
5+
6+
7+
diff --git a/src/main/java/net/titanium/config/SpigotConfig.java b/src/main/java/net/titanium/config/SpigotConfig.java
8+
index c426e882..f1e2d061 100644
9+
--- a/src/main/java/net/titanium/config/SpigotConfig.java
10+
+++ b/src/main/java/net/titanium/config/SpigotConfig.java
11+
@@ -114,6 +114,8 @@ public class SpigotConfig extends TitaniumConfigSection {
12+
log("Debug logging is disabled");
13+
}
14+
15+
+ org.spigotmc.SpigotConfig.bungee = this.bungeecord; //TODO: Find better way to do this
16+
+
17+
WatchdogThread.doStart(timeoutTime, restartOnCrash);
18+
19+
log("Server Ping Player Sample Count: " + sampleCount);
20+
--
21+
2.36.0.windows.1
22+

0 commit comments

Comments
 (0)