Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +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 {
|
||||
}
|
||||
}
|
||||
|
||||
tickThread.cancel(true);
|
||||
if (tickThread != null) {
|
||||
tickThread.cancel(true);
|
||||
}
|
||||
|
||||
this.chunkCache = null;
|
||||
this.entityCache = null;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren