fix profile cache mappings
let me be OP god dammit!
This commit is contained in:
parent
0891c7ab48
commit
86213ac1d2
3 changed files with 9 additions and 4 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().getProfile( name );
|
||||
profile = this.console.getProfileCache().get( name );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue