Update upstream B/CB

This commit is contained in:
Zach Brown 2016-12-16 15:00:16 -06:00
commit dbfd2a3406
3 changed files with 2 additions and 11 deletions

View file

@ -497,13 +497,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
// Paper end
/**
@@ -0,0 +0,0 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
* Resets the title displayed to the player.
* @deprecated API subject to change.
*/
- @Deprecated
+ // Paper - undeprecate
public void resetTitle();
--