1
0
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:
Eclipse
2025-06-28 15:15:39 +00:00
parent b0c2fb3b03
commit ce9e5265b6

View File

@@ -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 {