Brand support

This commit is contained in:
DigitalRegent
2020-04-11 13:10:58 +02:00
parent 0a7b472bee
commit 0ef48f1dd1
3 changed files with 105 additions and 84 deletions

View File

@@ -3141,6 +3141,13 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
// Paper end
};
// Paper start - brand support
@Override
public String getClientBrandName() {
return getHandle().clientBrandName;
}
// Paper end
public Player.Spigot spigot()
{
return this.spigot;