Adjusted Terminal Packet Limits.
Fixed random errors thrown when FMP is installed. Finished Crafting Terminal Basic Features.
This commit is contained in:
@@ -77,6 +77,11 @@ public class PacketMEInventoryUpdate extends AppEngPacket
|
||||
empty = false;
|
||||
}
|
||||
|
||||
public int getLength()
|
||||
{
|
||||
return data.size();
|
||||
}
|
||||
|
||||
public boolean isEmpty()
|
||||
{
|
||||
return empty;
|
||||
|
||||
Reference in New Issue
Block a user