mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Updated to Minecraft 1.1
This commit is contained in:
@@ -237,10 +237,12 @@ public class NetworkManager {
|
||||
}
|
||||
|
||||
public void d() {
|
||||
this.a();
|
||||
this.q = true;
|
||||
this.s.interrupt();
|
||||
(new NetworkMonitorThread(this)).start();
|
||||
if (!this.q) {
|
||||
this.a();
|
||||
this.q = true;
|
||||
this.s.interrupt();
|
||||
(new NetworkMonitorThread(this)).start();
|
||||
}
|
||||
}
|
||||
|
||||
public int e() {
|
||||
|
Reference in New Issue
Block a user