mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-02 18:30:50 +00:00
Update BlockUpdateHandler.java
This commit is contained in:
@@ -21,7 +21,7 @@ import java.util.*;
|
||||
|
||||
@RequiredArgsConstructor
|
||||
public class BlockUpdateHandler {
|
||||
private final Map<IntVector, Deque<Material>> blockInformation = new Hashtable<>(100, 0.1f);
|
||||
private final Map<IntVector, Deque<Material>> blockInformation = new HashMap<>();
|
||||
|
||||
private final APlayer player;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user