can now drag encoded patterns on the interface terminal

This commit is contained in:
Salomão
2021-03-28 21:10:58 -03:00
parent 77d615559f
commit 1a11462ddd
5 changed files with 84 additions and 9 deletions
@@ -37,7 +37,7 @@ public class ClientDCInternalInv implements Comparable<ClientDCInternalInv>
public ClientDCInternalInv( final int size, final long id, final long sortBy, final String unlocalizedName )
{
this.inventory = new AppEngInternalInventory( null, size );
this.inventory = new AppEngInternalInventory( null, size, 1 );
this.unlocalizedName = unlocalizedName;
this.id = id;
this.sortBy = sortBy;