mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-04 05:21:01 +02:00
SPIGOT-5531: Fix --universe option
This commit is contained in:
parent
8160e299d0
commit
29737ccbd2
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@
|
|||
DispenserRegistry.init();
|
||||
DispenserRegistry.c();
|
||||
- String s = (String) optionset.valueOf(optionspec8);
|
||||
+ String s = (String) optionset.valueOf("universe"); // CraftBukkit
|
||||
+ File s = (File) optionset.valueOf("universe"); // CraftBukkit
|
||||
YggdrasilAuthenticationService yggdrasilauthenticationservice = new YggdrasilAuthenticationService(Proxy.NO_PROXY, UUID.randomUUID().toString());
|
||||
MinecraftSessionService minecraftsessionservice = yggdrasilauthenticationservice.createMinecraftSessionService();
|
||||
GameProfileRepository gameprofilerepository = yggdrasilauthenticationservice.createProfileRepository();
|
||||
|
|
Loading…
Add table
Reference in a new issue