mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-16 03:14:04 +00:00
Added a display name to Actors
This commit is contained in:
committed by
IronApollo
parent
bc3562eb57
commit
54142c8669
@@ -99,6 +99,11 @@ public class PlayerProxy extends AbstractPlayerActor {
|
||||
return basePlayer.getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return basePlayer.getDisplayName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public BaseEntity getState() {
|
||||
throw new UnsupportedOperationException("Can't withPropertyId() on a player");
|
||||
|
Reference in New Issue
Block a user