mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-02 12:51:22 +01:00
Fix last commit
This commit is contained in:
parent
ee5eb59e42
commit
b28b0c3018
@ -20,8 +20,6 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class BukkitViaInjector implements ViaInjector {
|
||||
private List<ChannelFuture> injectedFutures = new ArrayList<>();
|
||||
private List<Pair<Field, Object>> injectedLists = new ArrayList<>();
|
||||
private List<ChannelFuture> injectedFutures = new ConcurrentList<>();
|
||||
private List<Pair<Field, Object>> injectedLists = new ConcurrentList<>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user