NOOP sendTitle in OfflinePlayer.

This commit is contained in:
Ali Moghnieh 2016-12-18 14:17:16 +00:00
parent 36b08e9b1d
commit bc08b11011
No known key found for this signature in database
GPG Key ID: F09D3A1BAF2E6D70

View File

@ -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