@@ -338,6 +338,12 @@ public class GrandExchangePlugin extends Plugin
|
|||||||
|
|
||||||
executorService.submit(() ->
|
executorService.submit(() ->
|
||||||
{
|
{
|
||||||
|
if (geText.getText().contains(OSB_GE_TEXT))
|
||||||
|
{
|
||||||
|
// If there are multiple tasks queued and one of them have already added the price
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
final GrandExchangeResult result = CLIENT.lookupItem(itemId);
|
final GrandExchangeResult result = CLIENT.lookupItem(itemId);
|
||||||
|
|||||||
Reference in New Issue
Block a user