fix profile cache mappings

let me be OP god dammit!
This commit is contained in:
MiniDigger | Martin
2021-06-12 09:30:37 +02:00
parent 0891c7ab48
commit 86213ac1d2
3 changed files with 9 additions and 4 deletions

View File

@@ -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 );
}