mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-04 15:31:48 +00:00
Fixes #13
This commit is contained in:
@@ -84,7 +84,7 @@ public class BukkitInjector {
|
||||
|
||||
public static boolean removeInjection() throws Exception {
|
||||
if (!isInjected()) return true;
|
||||
for (ChannelFuture future : injectedClients) {
|
||||
for (ChannelFuture future : new ArrayList<>(injectedClients)) {
|
||||
removeInjectedClient(future, null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user