fix bug where it was not syncing inv

This commit is contained in:
Raoul Van den Berge
2015-12-26 01:41:22 +01:00
parent 487fcb3cbe
commit f4ccd1e2ec
4 changed files with 4 additions and 2 deletions

View File

@@ -149,6 +149,6 @@ public class InventorySimple implements IInventory
@Override
public IChatComponent getDisplayName()
{
return null; // @TODO: ...
return null;
}
}