1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00

Remove unused field

This commit is contained in:
RednedEpic
2023-06-04 19:04:53 -05:00
parent 083544ec12
commit 709916b102

View File

@@ -61,7 +61,6 @@ public class PackConverter {
private final Map<Class<?>, List<ActionListener<?>>> actionListeners = new IdentityHashMap<>();
private Consumer<BedrockResourcePack> preProcessor;
private Consumer<BedrockResourcePack> postProcessor;
@Getter