mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 14:59:16 +00:00
Fix a bug
This commit is contained in:
@@ -73,6 +73,8 @@ public final class PackManager {
|
|||||||
GeyserMappingsGenerator.LOGGER.warn("Failed to write Geyser mappings to pack!", exception);
|
GeyserMappingsGenerator.LOGGER.warn("Failed to write Geyser mappings to pack!", exception);
|
||||||
throw new SimpleCommandExceptionType(Component.literal("Failed to write Geyser mappings to pack!")).create();
|
throw new SimpleCommandExceptionType(Component.literal("Failed to write Geyser mappings to pack!")).create();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
currentPackName = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ensurePackIsCreated() throws CommandSyntaxException {
|
private void ensurePackIsCreated() throws CommandSyntaxException {
|
||||||
|
|||||||
Reference in New Issue
Block a user