Brand support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user