fix: remove unneeded line
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline failed Details

This commit is contained in:
Johannes Frohnmeyer 2023-06-29 16:48:19 +02:00
parent 133929a116
commit 4e5510757b
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ public class ResourcePackManagerMixin {
FallbackI18n.clear();
Set<Path> newDataLocations = new HashSet<>();
Set<Path> toRemove = new HashSet<>(dataLocations);
dataLocations.clear();
profiles.forEach((s, v) -> {
try (ResourcePack rpi = v.createResourcePack()) {
String id = rpo$checkProfile(s, v.getDisplayName().getString(), rpi, newDataLocations, toRemove);