mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
NOOP sendTitle in OfflinePlayer.
This commit is contained in:
parent
36b08e9b1d
commit
bc08b11011
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue