Update to Minecraft 1.17.1 (#6097)
This commit is contained in:
parent
43f52d9c13
commit
7037cd401f
58 changed files with 182 additions and 258 deletions
|
@ -77,5 +77,5 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
- if ( this.getOnlineMode() || org.spigotmc.SpigotConfig.bungee )
|
||||
+ if ( this.getOnlineMode() || com.destroystokyo.paper.PaperConfig.isProxyOnlineMode() ) // Paper - Handle via setting
|
||||
{
|
||||
profile = this.console.getProfileCache().get( name );
|
||||
profile = this.console.getProfileCache().get(name).orElse(null);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue