SPIGOT-6802: Fix major issues with --forceUpgrade
More to come By: md_5 <git@md-5.net>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
private final String levelId;
|
||||
private final Map<SavedFile, Path> resources = Maps.newHashMap();
|
||||
+ // CraftBukkit start
|
||||
+ private final ResourceKey<WorldDimension> dimensionType;
|
||||
+ public final ResourceKey<WorldDimension> dimensionType;
|
||||
|
||||
- public ConversionSession(String s) throws IOException {
|
||||
+ public ConversionSession(String s, ResourceKey<WorldDimension> dimensionType) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user