mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-23 16:59:33 +00:00
Close skin uploader on shutdown when using Floodgate
This commit is contained in:
@@ -440,6 +440,9 @@ public class GeyserConnector {
|
||||
if (timeSyncer != null) {
|
||||
timeSyncer.shutdown();
|
||||
}
|
||||
if (skinUploader != null) {
|
||||
skinUploader.close();
|
||||
}
|
||||
newsHandler.shutdown();
|
||||
players.clear();
|
||||
defaultAuthType = null;
|
||||
|
||||
@@ -229,7 +229,7 @@ public final class FloodgateSkinUploader {
|
||||
return this;
|
||||
}
|
||||
|
||||
public void stop() {
|
||||
public void close() {
|
||||
client.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user