Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-08 17:20:20 +01:00
Null check tick thread (#1812)
Dieser Commit ist enthalten in:
Ursprung
0641800be7
Commit
92c86cf15b
@ -595,7 +595,9 @@ public class GeyserSession implements CommandSender {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (tickThread != null) {
|
||||||
tickThread.cancel(true);
|
tickThread.cancel(true);
|
||||||
|
}
|
||||||
|
|
||||||
this.chunkCache = null;
|
this.chunkCache = null;
|
||||||
this.entityCache = null;
|
this.entityCache = null;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren