mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 08:17:44 +01:00
SPIGOT-7447: Fix --forceUpgrade
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6d8757cb05
commit
136f843d31
@ -269,7 +269,7 @@
|
||||
+ if (options.has("forceUpgrade")) {
|
||||
+ net.minecraft.server.Main.forceUpgrade(worldSession, DataConverterRegistry.getDataFixer(), options.has("eraseCache"), () -> {
|
||||
+ return true;
|
||||
+ }, iregistry);
|
||||
+ }, dimensions);
|
||||
+ }
|
||||
+
|
||||
+ WorldDataServer iworlddataserver = worlddata;
|
||||
|
Loading…
Reference in New Issue
Block a user