mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-08 20:10:29 +01:00
NOOP sendTitle in OfflinePlayer.
This commit is contained in:
parent
36b08e9b1d
commit
bc08b11011
@ -1414,6 +1414,11 @@ public class OfflinePlayer implements Player {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendTitle(String title, String subtitle, int fadeIn, int stay, int fadeOut) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public AttributeInstance getAttribute(Attribute attribute) {
|
||||
// GetAttribute is nullable as per CraftAttributeMap. This might need to be
|
||||
|
Loading…
Reference in New Issue
Block a user