fix bug where it was not syncing inv
This commit is contained in:
@@ -149,6 +149,6 @@ public class InventorySimple implements IInventory
|
||||
@Override
|
||||
public IChatComponent getDisplayName()
|
||||
{
|
||||
return null; // @TODO: ...
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user