Jump to content

getInventory.contains problems


Phree

Recommended Posts

Hello,

For some reason this keeps logging 2 while I'm 100% sure I got a Wooden shield in my inventory...

Quote

public boolean woodenShieldInBotInv() {        
        if (phreeBot.getInventory().contains("Wooden shield")) {
            phreeBot.log("1");
            return true;
        } else {
            phreeBot.log("2");
        }
        return false;
    }

 

What am I doing wrong? When I create a new project with the same code it just works however in my existin project it doesn't when it used to work just right. Before asking what all my other code is, does that matter? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...