Typo dosn't

This commit is contained in:
thatsIch 2014-09-20 23:25:45 +02:00
parent 62bbdd4ea4
commit c4e20b96ec

View file

@ -115,7 +115,7 @@ public abstract class AEBaseContainer extends Container
public void setTargetStack(IAEItemStack stack)
{
// client dosn't need to re-send, makes for lower overhead rapid packets.
// client doesn't need to re-send, makes for lower overhead rapid packets.
if ( Platform.isClient() )
{
ItemStack a = stack == null ? null : stack.getItemStack();